Home
last modified time | relevance | path

Searched refs:reopen_log_files (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_worker_process.cc142 (void)reopen_log_files(loggingconf); in reopen_log()
399 if (reopen_log_files(config->logging) != 0) { in worker_process_event_loop()
Dshrpx_log.h280 int reopen_log_files(const LoggingConfig &loggingconf);
Dshrpx_worker.cc392 (void)reopen_log_files(get_config()->logging); in run_async()
473 reopen_log_files(config->logging); in process_events()
Dshrpx.cc556 (void)reopen_log_files(loggingconf); in reopen_log()
2896 reopen_log_files(config->logging); in process_options()
2921 if (reopen_log_files(config->logging) != 0) { in process_options()
3265 reopen_log_files(get_config()->logging); in main()
Dshrpx_connection_handler.cc363 (void)reopen_log_files(get_config()->logging); in graceful_shutdown_worker()
Dshrpx_log.cc858 int reopen_log_files(const LoggingConfig &loggingconf) { in reopen_log_files() function