Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_module.h269 ngx_int_t ngx_init_modules(ngx_cycle_t *cycle);
H A Dngx_module.c66 ngx_init_modules(ngx_cycle_t *cycle) in ngx_init_modules() function
H A Dngx_cycle.c625 if (ngx_init_modules(cycle) != NGX_OK) { in ngx_init_cycle()