Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h316 unsigned noregex:1; member
H A Dngx_http_core_module.c1318 ngx_uint_t noregex; in ngx_http_core_find_location() local
1321 noregex = 0; in ngx_http_core_find_location()
1333 noregex = clcf->noregex; in ngx_http_core_find_location()
1349 if (noregex == 0 && pclcf->regex_locations) { in ngx_http_core_find_location()
2928 clcf->noregex = 1; in ngx_http_core_location()
2962 clcf->noregex = 1; in ngx_http_core_location()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c2473 ngx_uint_t negative, noregex, flags; in ngx_http_ssi_if() local
2568 noregex = 0; in ngx_http_ssi_if()
2574 noregex = 1; in ngx_http_ssi_if()
2597 if (noregex) { in ngx_http_ssi_if()