Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h167 u_char *ngx_strcasestrn(u_char *s1, char *s2, size_t n);
H A Dngx_string.c705 ngx_strcasestrn(u_char *s1, char *s2, size_t n) in ngx_strcasestrn() function
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c1796 if (ngx_strcasestrn(h->value.data, "close", 5 - 1)) { in ngx_http_process_connection()
1799 } else if (ngx_strcasestrn(h->value.data, "keep-alive", 10 - 1)) { in ngx_http_process_connection()
H A Dngx_http_core_module.c2114 p = ngx_strcasestrn(start, "gzip", 4 - 1); in ngx_http_gzip_accept_encoding()
H A Dngx_http_upstream.c5124 p = ngx_strcasestrn(ho->value.data, "url=", 4 - 1); in ngx_http_upstream_rewrite_refresh()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c2575 p = ngx_strcasestrn(h->value.data + prefix, "domain=", 7 - 1); in ngx_http_proxy_rewrite_cookie()
2591 p = ngx_strcasestrn(h->value.data + prefix, "path=", 5 - 1); in ngx_http_proxy_rewrite_cookie()