Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cycle.c53 ngx_core_conf_t *ccf, *old_ccf; in ngx_init_cycle() local
324 old_ccf = (ngx_core_conf_t *) ngx_get_conf(old_cycle->conf_ctx, in ngx_init_cycle()
326 if (ccf->pid.len != old_ccf->pid.len in ngx_init_cycle()
327 || ngx_strcmp(ccf->pid.data, old_ccf->pid.data) != 0) in ngx_init_cycle()
812 old_ccf = (ngx_core_conf_t *) ngx_get_conf(old_cycle->conf_ctx, in ngx_init_cycle()
814 if (old_ccf->environment) { in ngx_init_cycle()
815 environ = old_ccf->environment; in ngx_init_cycle()