Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.c359 void *conf, **confp; in ngx_conf_handler() local
456 confp = *(void **) ((char *) cf->ctx + cmd->conf); in ngx_conf_handler()
458 if (confp) { in ngx_conf_handler()
459 conf = confp[cf->cycle->modules[i]->ctx_index]; in ngx_conf_handler()
H A Dngx_file.c462 char *confp = conf; in ngx_conf_set_access_slot() local
468 access = (ngx_uint_t *) (confp + cmd->offset); in ngx_conf_set_access_slot()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c2305 char *confp = conf; in ngx_http_file_cache_set_slot() local
2611 caches = (ngx_array_t *) (confp + cmd->offset); in ngx_http_file_cache_set_slot()