Searched refs:caseless (Results 1 – 3 of 3) sorted by relevance
203 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() argument4059 if (caseless) { in ngx_http_proxy_rewrite_regex()
44 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() argument3077 rc.options = caseless ? NGX_REGEX_CASELESS : 0; in ngx_http_core_regex_location()
6686 Table Compiler: Make all "generic" operators caseless. These are the 6688 like UINT8, String, etc. Making these caseless improves ease-of-use.