Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c73 static ngx_log_t ngx_exit_log; 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()
884 ngx_exit_log.next = NULL; in ngx_master_process_exit()
885 ngx_exit_log.writer = NULL; in ngx_master_process_exit()
887 ngx_exit_cycle.log = &ngx_exit_log; 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()
1279 ngx_exit_log.next = NULL; in ngx_worker_process_exit()
1280 ngx_exit_log.writer = NULL; in ngx_worker_process_exit()
[all …]