Searched refs:child (Results 1 – 11 of 11) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | proc_open.c | 39 close_descriptor(p->child); in pipe_close_child() 57 p->child = p->fd; in pipe_close_parent() 61 close_descriptor(p->child); in pipe_close_child() 136 proc_pid_t child = proc->child; in proc_close() local 142 CloseHandle(child); in proc_close() 214 pid_t child = proc->child; in proc_close() local 236 pid_t child; in proc_open() local 249 child = fork(); in proc_open() 251 if (child == 0) { in proc_open() 264 } else if (child < 0) { in proc_open() [all …]
|
| H A D | proc_open.h | 14 descriptor_t parent, child; member 20 proc_pid_t child; member
|
| H A D | server.c | 1825 int child = 0; in main() local 1826 while (!child && !srv_shutdown && !graceful_shutdown) { in main() 1832 child = 1; in main() 1879 if (!child) { in main()
|
| H A D | mod_scgi.c | 735 pid_t child; in scgi_spawn_connection() local 775 switch ((child = fork())) { in scgi_spawn_connection() 862 switch (waitpid(child, &status, WNOHANG)) { in scgi_spawn_connection() 890 proc->pid = child; in scgi_spawn_connection()
|
| H A D | mod_fastcgi.c | 951 pid_t child; in fcgi_spawn_connection() local 991 switch ((child = fork())) { in fcgi_spawn_connection() 1093 switch (waitpid(child, &status, WNOHANG)) { in fcgi_spawn_connection() 1133 proc->pid = child; in fcgi_spawn_connection()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | LightyTest.pm | 89 my $child = shift; 97 if (0 != waitpid($child, WNOHANG)) { 102 kill('TERM', $child); 132 my $child = fork(); 133 if (not defined $child) { 137 if ($child == 0) { 146 $self->{LIGHTTPD_PID} = $child; 373 my $child = fork(); 374 if (not defined $child) { 378 if ($child == 0) { [all …]
|
| /mOS-networking-stack/core/src/ |
| H A D | config.c | 389 if (strcmp(child->name, NETDEV_BLOCK_NAME) == 0) { in MosConfAddChild() 390 conf->netdev = child; in MosConfAddChild() 393 conf->arp = child; in MosConfAddChild() 396 conf->route = child; in MosConfAddChild() 399 conf->nic_forward = child; in MosConfAddChild() 888 struct conf_block *child; in CheckConfValidity() local 894 if (!child->isvalid || !child->isvalid(child)) in CheckConfValidity() 897 child = ((struct mos_conf *)walk->conf)->arp; in CheckConfValidity() 898 if (!child->isvalid || !child->isvalid(child)) in CheckConfValidity() 901 child = ((struct mos_conf *)walk->conf)->route; in CheckConfValidity() [all …]
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_optimize.c | 1371 static struct block *fold_edge(child, ep) in fold_edge() argument 1372 struct block *child; in fold_edge() 1387 if (child->s.code != code) 1390 aval0 = child->val[A_ATOM]; 1391 oval0 = child->oval; 1404 return sense ? JT(child) : JF(child); 1421 return JF(child); 1719 static inline void link_inedge(parent, child) in link_inedge() argument 1721 struct block *child; 1723 parent->next = child->in_edges; [all …]
|
| /mOS-networking-stack/core/src/include/ |
| H A D | config.h | 33 typedef void (*ADDCHILD)(struct conf_block *blk, struct conf_block *child);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | fastcgi.txt | 498 spawn-fcgi.c.136: child spawned successfully: PID: 6925 500 If you get "child spawned successfully: PID:" the php
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 586 # Generate a child script FILE with all initialization necessary to 591 # the child script. The macro ends with non-zero status if the
|