Searched refs:ngx_conf_params (Results 1 – 1 of 1) sorted by relevance
207 static u_char *ngx_conf_params; variable838 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()