Home
last modified time | relevance | path

Searched refs:lgconf (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_log.cc164 auto lgconf = log_config(); in ~Log() local
169 (lgconf->errorlog_fd == -1 && !errorconf.syslog)) { in ~Log()
188 auto tty = lgconf->errorlog_tty; in ~Log()
190 lgconf->update_tstamp_millis(std::chrono::system_clock::now()); in ~Log()
195 lgconf->tstamp->time_iso8601.c_str(), config->pid, lgconf->pid, in ~Log()
196 lgconf->thread_id.c_str(), tty ? SEVERITY_COLOR[severity_] : "", in ~Log()
206 while (write(lgconf->errorlog_fd, buf, nwrite) == -1 && errno == EINTR) in ~Log()
579 auto lgconf = log_config(); in upstream_accesslog() local
582 if (lgconf in upstream_accesslog()
878 auto lgconf = log_config(); reopen_log_files() local
942 auto lgconf = log_config(); redirect_stderr_to_errorlog() local
[all...]
H A Dshrpx_mruby_module_response.cc257 auto lgconf = log_config(); in response_return() local
258 lgconf->update_tstamp(std::chrono::system_clock::now()); in response_return()
260 make_string_ref(balloc, lgconf->tstamp->time_http), in response_return()
H A Dshrpx_https_upstream.cc355 auto lgconf = log_config(); in htp_hdrs_completecb() local
356 lgconf->update_tstamp(std::chrono::system_clock::now()); in htp_hdrs_completecb()
357 req.tstamp = lgconf->tstamp; in htp_hdrs_completecb()
1084 auto lgconf = log_config(); in error_reply() local
1085 lgconf->update_tstamp(std::chrono::system_clock::now()); in error_reply()
1086 output->append(lgconf->tstamp->time_http); in error_reply()
H A Dshrpx_http2_upstream.cc310 auto lgconf = log_config(); in on_request_headers() local
311 lgconf->update_tstamp(std::chrono::system_clock::now()); in on_request_headers()
313 req.tstamp = lgconf->tstamp; in on_request_headers()
1596 auto lgconf = log_config(); in error_reply() local
1597 lgconf->update_tstamp(std::chrono::system_clock::now()); in error_reply()
1601 auto date = make_string_ref(balloc, lgconf->tstamp->time_http); in error_reply()
H A Dshrpx_http3_upstream.cc2203 auto lgconf = log_config(); in http_end_request_headers() local
2204 lgconf->update_tstamp(std::chrono::system_clock::now()); in http_end_request_headers()
2206 req.tstamp = lgconf->tstamp; in http_end_request_headers()
2708 auto lgconf = log_config(); in error_reply() local
2709 lgconf->update_tstamp(std::chrono::system_clock::now()); in error_reply()
2713 auto date = make_string_ref(balloc, lgconf->tstamp->time_http); in error_reply()
H A Dshrpx_client_handler.cc1226 auto lgconf = log_config(); in write_accesslog() local
1227 lgconf->update_tstamp(std::chrono::system_clock::now()); in write_accesslog()
1228 req.tstamp = lgconf->tstamp; in write_accesslog()

Completed in 12 milliseconds