Searched refs:lgconf (Results 1 – 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_log.cc | 164 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->accesslog_fd == -1 && !accessconf.syslog) { in upstream_accesslog() 868 while (write(lgconf->accesslog_fd, buf.data(), nwrite) == -1 && in upstream_accesslog() [all …]
|
D | shrpx_mruby_module_response.cc | 257 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()
|
D | shrpx_https_upstream.cc | 350 auto lgconf = log_config(); in htp_hdrs_completecb() local 351 lgconf->update_tstamp(std::chrono::system_clock::now()); in htp_hdrs_completecb() 352 req.tstamp = lgconf->tstamp; in htp_hdrs_completecb() 1060 auto lgconf = log_config(); in error_reply() local 1061 lgconf->update_tstamp(std::chrono::system_clock::now()); in error_reply() 1062 output->append(lgconf->tstamp->time_http); in error_reply()
|
D | shrpx_http2_upstream.cc | 310 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()
|
D | shrpx_http3_upstream.cc | 2163 auto lgconf = log_config(); in http_end_request_headers() local 2164 lgconf->update_tstamp(std::chrono::system_clock::now()); in http_end_request_headers() 2166 req.tstamp = lgconf->tstamp; in http_end_request_headers() 2666 auto lgconf = log_config(); in error_reply() local 2667 lgconf->update_tstamp(std::chrono::system_clock::now()); in error_reply() 2671 auto date = make_string_ref(balloc, lgconf->tstamp->time_http); in error_reply()
|
D | shrpx_client_handler.cc | 1226 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()
|