Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c203 ngx_http_proxy_rewrite_t *pr, ngx_str_t *regex, ngx_uint_t caseless);
4047 ngx_str_t *regex, ngx_uint_t caseless) in ngx_http_proxy_rewrite_regex() argument
4059 if (caseless) { in ngx_http_proxy_rewrite_regex()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c44 ngx_http_core_loc_conf_t *clcf, ngx_str_t *regex, ngx_uint_t caseless);
3062 ngx_str_t *regex, ngx_uint_t caseless) in ngx_http_core_regex_location() argument
3077 rc.options = caseless ? NGX_REGEX_CASELESS : 0; in ngx_http_core_regex_location()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt6686 Table Compiler: Make all "generic" operators caseless. These are the
6688 like UINT8, String, etc. Making these caseless improves ease-of-use.