Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.c17 static ngx_int_t ngx_process_options(ngx_cycle_t *cycle);
281 if (ngx_process_options(&init_cycle) != NGX_OK) { in main()
932 ngx_process_options(ngx_cycle_t *cycle) in ngx_process_options() function