Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_regex.h20 #define NGX_REGEX_CASELESS PCRE_CASELESS macro
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c546 rc.options = NGX_REGEX_CASELESS; in ngx_stream_map()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c547 rc.options = NGX_REGEX_CASELESS; in ngx_http_map()
H A Dngx_http_referer_module.c617 rc.options = NGX_REGEX_CASELESS; in ngx_http_add_regex_referer()
H A Dngx_http_rewrite_module.c759 rc.options = (p[len - 1] == '*') ? NGX_REGEX_CASELESS : 0; in ngx_http_rewrite_if_condition()
H A Dngx_http_proxy_module.c4060 rc.options = NGX_REGEX_CASELESS; in ngx_http_proxy_rewrite_regex()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3075 rc.options = NGX_REGEX_CASELESS; in ngx_http_core_regex_location()
3077 rc.options = caseless ? NGX_REGEX_CASELESS : 0; in ngx_http_core_regex_location()
4216 rc.options = NGX_REGEX_CASELESS; in ngx_http_core_server_name()
4928 rc.options = NGX_REGEX_CASELESS; in ngx_http_gzip_disable()