Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c74 static ngx_open_file_t ngx_exit_log_file; variable
882 ngx_exit_log_file.fd = ngx_exit_log.file->fd; in ngx_master_process_exit()
883 ngx_exit_log.file = &ngx_exit_log_file; in ngx_master_process_exit()
1277 ngx_exit_log_file.fd = ngx_exit_log.file->fd; in ngx_worker_process_exit()
1278 ngx_exit_log.file = &ngx_exit_log_file; in ngx_worker_process_exit()