Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h270 char *ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
H A Dngx_conf_file.c23 ngx_conf_include,
821 ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_conf_include() function
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c417 return ngx_conf_include(cf, dummy, conf); in ngx_stream_map()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c418 return ngx_conf_include(cf, dummy, conf); in ngx_http_map()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3146 return ngx_conf_include(cf, dummy, conf); in ngx_http_core_type()