Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cycle.h79 ngx_str_t conf_param; member
H A Dngx_cycle.c108 cycle->conf_param.len = old_cycle->conf_param.len; in ngx_init_cycle()
109 cycle->conf_param.data = ngx_pstrdup(pool, &old_cycle->conf_param); in ngx_init_cycle()
110 if (cycle->conf_param.data == NULL) { in ngx_init_cycle()
H A Dnginx.c1015 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()
H A Dngx_conf_file.c70 param = &cf->cycle->conf_param; in ngx_conf_param()