Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c43 static ngx_int_t ngx_http_core_regex_location(ngx_conf_t *cf,
2932 if (ngx_http_core_regex_location(cf, clcf, name, 0) != NGX_OK) { in ngx_http_core_location()
2938 if (ngx_http_core_regex_location(cf, clcf, name, 1) != NGX_OK) { in ngx_http_core_location()
2974 if (ngx_http_core_regex_location(cf, clcf, name, 1) != NGX_OK) { in ngx_http_core_location()
2979 if (ngx_http_core_regex_location(cf, clcf, name, 0) != NGX_OK) { in ngx_http_core_location()
3061 ngx_http_core_regex_location(ngx_conf_t *cf, ngx_http_core_loc_conf_t *clcf, in ngx_http_core_regex_location() function