Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_log.c409 if (ngx_log_get_file_log(&cycle->new_log) != NULL) {
451 fd = ngx_log_get_file_log(cycle->log)->file->fd;
467 ngx_log_get_file_log(ngx_log_t *head) function
H A Dngx_log.h237 ngx_log_t *ngx_log_get_file_log(ngx_log_t *head);
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c880 ngx_exit_log = *ngx_log_get_file_log(ngx_cycle->log); in ngx_master_process_exit()
1275 ngx_exit_log = *ngx_log_get_file_log(ngx_cycle->log); in ngx_worker_process_exit()