Searched refs:conf_param (Results 1 – 4 of 4) sorted by relevance
79 ngx_str_t conf_param; member
108 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()
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()
70 param = &cf->cycle->conf_param; in ngx_conf_param()