Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_split_clients_module.c169 rv = ngx_conf_parse(cf, NULL); in ngx_conf_split_clients_block()
H A Dngx_stream_map_module.c276 rv = ngx_conf_parse(cf, NULL); in ngx_stream_map_block()
H A Dngx_stream_upstream.c383 rv = ngx_conf_parse(cf, NULL); in ngx_stream_upstream()
H A Dngx_stream.c175 rv = ngx_conf_parse(cf, NULL); in ngx_stream_block()
H A Dngx_stream_geo_module.c443 rv = ngx_conf_parse(cf, NULL); in ngx_stream_geo_block()
1320 rv = ngx_conf_parse(cf, &file); in ngx_stream_geo_include()
H A Dngx_stream_core_module.c577 rv = ngx_conf_parse(cf, NULL); in ngx_stream_core_server()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_split_clients_module.c171 rv = ngx_conf_parse(cf, NULL); in ngx_conf_split_clients_block()
H A Dngx_http_map_module.c277 rv = ngx_conf_parse(cf, NULL); in ngx_http_map_block()
H A Dngx_http_geo_module.c473 rv = ngx_conf_parse(cf, NULL); in ngx_http_geo_block()
1394 rv = ngx_conf_parse(cf, &file); in ngx_http_geo_include()
H A Dngx_http_rewrite_module.c616 rv = ngx_conf_parse(cf, NULL); in ngx_http_rewrite_if()
H A Dngx_http_charset_filter_module.c1289 rv = ngx_conf_parse(cf, NULL); in ngx_http_charset_map_block()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.c93 rv = ngx_conf_parse(cf, NULL); in ngx_conf_param()
158 ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename) in ngx_conf_parse() function
841 return ngx_conf_parse(cf, &file); in ngx_conf_include()
873 rv = ngx_conf_parse(cf, &file); in ngx_conf_include()
H A Dngx_conf_file.h269 char *ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename);
H A Dngx_cycle.c275 if (ngx_conf_parse(&conf, &cycle->conf_file) != NGX_CONF_OK) { in ngx_init_cycle()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.c152 rv = ngx_conf_parse(cf, NULL); in ngx_mail_block()
H A Dngx_mail_core_module.c297 rv = ngx_conf_parse(cf, NULL); in ngx_mail_core_server()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c1055 rv = ngx_conf_parse(cf, NULL); in ngx_events_block()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c2809 rv = ngx_conf_parse(cf, NULL); in ngx_http_core_server()
3052 rv = ngx_conf_parse(cf, NULL); in ngx_http_core_location()
3119 rv = ngx_conf_parse(cf, NULL); in ngx_http_core_types()
4455 rv = ngx_conf_parse(cf, NULL); in ngx_http_core_limit_except()
H A Dngx_http.c237 rv = ngx_conf_parse(cf, NULL); in ngx_http_block()
H A Dngx_http_upstream.c5793 rv = ngx_conf_parse(cf, NULL); in ngx_http_upstream()