Home
last modified time | relevance | path

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

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_stdio.c24 static int fd_stdout[2]; variable
280 child->fd_stdout = -1;
302 close(fd_stdout[0]);
303 close(fd_stdout[1]);
309 close(fd_stdout[0]);
310 close(fd_stdout[1]);
325 close(fd_stdout[1]);
328 child->fd_stdout = fd_stdout[0];
346 close(fd_stdout[1]);
349 close(fd_stdout[0]);
[all …]
H A Dfpm_children.c70 if (child->fd_stdout != -1) { in fpm_postponed_child_free()
72 close(child->fd_stdout); in fpm_postponed_child_free()
84 if (child->fd_stdout != -1) { in fpm_child_close()
89 if (child->fd_stdout != -1) { in fpm_child_close()
90 close(child->fd_stdout); in fpm_child_close()
343 c->fd_stdout = -1; c->fd_stderr = -1; in fpm_resources_prepare()
H A Dfpm_children.h28 int fd_stdout, fd_stderr; member

Completed in 9 milliseconds