Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 25) sorted by path

/unit/auto/
H A Disolation4 # Linux clone syscall.
/unit/pkg/docker/
H A DDockerfile.go1.2118 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.go1.2218 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.jsc1118 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.minimal18 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.node2018 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.node2118 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.perl5.3618 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.perl5.3818 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.php8.218 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.php8.318 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.python3.1118 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.python3.1218 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.ruby3.218 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.ruby3.318 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.wasm18 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A Dtemplate.Dockerfile18 && git clone --depth 1 -b @@VERSION@@-@@PATCHLEVEL@@ https://github.com/nginx/unit \
/unit/src/java/nginx/unit/websocket/pojo/
H A DPojoMessageHandlerPartialBase.java57 Object[] parameters = params.clone(); in onMessage()
H A DPojoMessageHandlerWholeBase.java72 Object[] parameters = params.clone(); in onMessage()
/unit/src/
H A Dnxt_clone.c191 nxt_credential_t *app_creds, nxt_clone_t *clone) in nxt_clone_credential_map() argument
218 &clone->uidmap); in nxt_clone_credential_map()
232 &clone->gidmap); in nxt_clone_credential_map()
H A Dnxt_clone.h45 nxt_credential_t *creds, nxt_clone_t *clone);
H A Dnxt_isolation.c28 nxt_conf_value_t *namespaces, nxt_clone_t *clone);
286 nxt_clone_t *clone; in nxt_isolation_set_creds() local
292 clone = &process->isolation.clone; in nxt_isolation_set_creds()
377 nxt_clone_t *clone; in nxt_isolation_vldt_creds() local
380 clone = &process->isolation.clone; in nxt_isolation_vldt_creds()
383 if (clone->uidmap.size == 0 && clone->gidmap.size == 0) { in nxt_isolation_vldt_creds()
387 if (!nxt_is_clone_flag_set(clone->flags, NEWUSER)) { in nxt_isolation_vldt_creds()
388 if (nxt_slow_path(clone->uidmap.size > 0)) { in nxt_isolation_vldt_creds()
395 if (nxt_slow_path(clone->gidmap.size > 0)) { in nxt_isolation_vldt_creds()
420 nxt_clone_t *clone) in nxt_isolation_clone_flags() argument
[all …]
H A Dnxt_main_process.c647 if (nxt_is_clone_flag_set(process->isolation.clone.flags, NEWUSER)) { in nxt_main_process_created_handler()
650 &process->isolation.clone) in nxt_main_process_created_handler()
H A Dnxt_process.c25 nxt_is_clone_flag_set(process->isolation.clone.flags, NEWPID)
448 if (process->isolation.clone.flags == 0) { in nxt_process_unshare()
452 ret = unshare(process->isolation.clone.flags); in nxt_process_unshare()
1030 && nxt_is_clone_flag_set(process->isolation.clone.flags, NEWUSER)) in nxt_process_apply_creds()
H A Dnxt_process.h95 nxt_clone_t clone; member