Home
last modified time | relevance | path

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

/php-src/sapi/fpm/fpm/
H A Dfpm_stdio.c174 int is_stdout; local
185 is_stdout = (fd == child->fd_stdout);
186 if (is_stdout) {
199 child->wp->config->name, (int) child->pid, is_stdout ? "stdout" : "stderr");
201 zlog_stream_set_is_stdout(log_stream, is_stdout);
207 …if (log_stream->is_stdout != (unsigned int)is_stdout || log_stream->child_pid != (int)child->pid) {
210 child->wp->config->name, (int) child->pid, is_stdout ? "stdout" : "stderr");
211 zlog_stream_set_is_stdout(log_stream, is_stdout);
271 …zlog(ZLOG_SYSERROR, "unable to read what child %d said into %s", (int) child->pid, is_stdout ? "st…
277 if (is_stdout) {
H A Dzlog.h76 unsigned int is_stdout:1; member
97 void zlog_stream_set_is_stdout(struct zlog_stream *stream, zlog_bool is_stdout);
H A Dzlog.c564 void zlog_stream_set_is_stdout(struct zlog_stream *stream, zlog_bool is_stdout) /* {{{ */ in zlog_stream_set_is_stdout() argument
566 stream->is_stdout = is_stdout ? 1 : 0; in zlog_stream_set_is_stdout()

Completed in 8 milliseconds