Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.c207 static u_char *ngx_conf_params; variable
838 ngx_conf_params = p; in ngx_get_options()
843 ngx_conf_params = (u_char *) argv[i]; in ngx_get_options()
1014 if (ngx_conf_params) { in ngx_process_options()
1015 cycle->conf_param.len = ngx_strlen(ngx_conf_params); in ngx_process_options()
1016 cycle->conf_param.data = ngx_conf_params; in ngx_process_options()