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.cc144 (void)reopen_log_files(loggingconf); in reopen_log()
415 if (reopen_log_files(config->logging) != 0) { in worker_process_event_loop()
Dshrpx_log.h280 int reopen_log_files(const LoggingConfig &loggingconf);
Dshrpx_worker.cc437 (void)reopen_log_files(get_config()->logging); in run_async()
518 reopen_log_files(config->logging); in process_events()
Dshrpx.cc707 (void)reopen_log_files(loggingconf); in reopen_log()
3530 reopen_log_files(config->logging); in process_options()
3555 if (reopen_log_files(config->logging) != 0) { in process_options()
3964 reopen_log_files(get_config()->logging); in main()
Dshrpx_log.cc873 int reopen_log_files(const LoggingConfig &loggingconf) { in reopen_log_files() function
Dshrpx_connection_handler.cc465 (void)reopen_log_files(get_config()->logging); in graceful_shutdown_worker()