Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_log.h235 ngx_int_t ngx_log_open_default(ngx_cycle_t *cycle);
H A Dngx_log.c404 ngx_log_open_default(ngx_cycle_t *cycle) function
H A Dngx_cycle.c350 if (ngx_log_open_default(cycle) != NGX_OK) { in ngx_init_cycle()