Searched refs:reopen_log_files (Results 1 – 6 of 6) sorted by relevance
142 (void)reopen_log_files(loggingconf); in reopen_log()399 if (reopen_log_files(config->logging) != 0) { in worker_process_event_loop()
280 int reopen_log_files(const LoggingConfig &loggingconf);
392 (void)reopen_log_files(get_config()->logging); in run_async()473 reopen_log_files(config->logging); in process_events()
556 (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()
363 (void)reopen_log_files(get_config()->logging); in graceful_shutdown_worker()
858 int reopen_log_files(const LoggingConfig &loggingconf) { in reopen_log_files() function