Home
last modified time | relevance | path

Searched refs:errorlog_fd (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_log.cc169 (lgconf->errorlog_fd == -1 && !errorconf.syslog)) { in ~Log()
206 while (write(lgconf->errorlog_fd, buf, nwrite) == -1 && errno == EINTR) in ~Log()
895 if (lgconf->errorlog_fd != -1) { in reopen_log_files()
907 close_log_file(lgconf->errorlog_fd); in reopen_log_files()
910 lgconf->errorlog_fd = new_errorlog_fd; in reopen_log_files()
945 if (errorconf.syslog || lgconf->errorlog_fd == -1) { in redirect_stderr_to_errorlog()
949 dup2(lgconf->errorlog_fd, STDERR_FILENO); in redirect_stderr_to_errorlog()
H A Dshrpx_log_config.h57 int errorlog_fd; member
58 // true if errorlog_fd is referring to a terminal.
H A Dshrpx_log_config.cc49 errorlog_fd(-1), in LogConfig()
H A Dshrpx.cc3693 if (log_config()->errorlog_fd != -1 && in process_options()
3694 fchown(log_config()->errorlog_fd, config->uid, config->gid) == -1) { in process_options()

Completed in 8 milliseconds