Home
last modified time | relevance | path

Searched refs:fd_stdout (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_stdio.c23 static int fd_stdout[2]; variable
189 if (0 > pipe(fd_stdout)) { in fpm_stdio_prepare_pipes()
196 close(fd_stdout[0]); in fpm_stdio_prepare_pipes()
197 close(fd_stdout[1]); in fpm_stdio_prepare_pipes()
203 close(fd_stdout[0]); in fpm_stdio_prepare_pipes()
204 close(fd_stdout[1]); in fpm_stdio_prepare_pipes()
219 close(fd_stdout[1]); in fpm_stdio_parent_use_pipes()
222 child->fd_stdout = fd_stdout[0]; in fpm_stdio_parent_use_pipes()
240 close(fd_stdout[1]); in fpm_stdio_discard_pipes()
243 close(fd_stdout[0]); in fpm_stdio_discard_pipes()
[all …]
H A Dfpm_children.h28 int fd_stdout, fd_stderr; member
H A Dfpm_children.c67 if (child->fd_stdout != -1) { in fpm_child_close()
71 if (child->fd_stdout != -1) { in fpm_child_close()
72 close(child->fd_stdout); in fpm_child_close()
313 c->fd_stdout = -1; c->fd_stderr = -1; in fpm_resources_prepare()

Completed in 9 milliseconds