Searched refs:ngx_strcasestrn (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 167 u_char *ngx_strcasestrn(u_char *s1, char *s2, size_t n);
|
| H A D | ngx_string.c | 705 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 D | ngx_http_request.c | 1796 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 D | ngx_http_core_module.c | 2114 p = ngx_strcasestrn(start, "gzip", 4 - 1); in ngx_http_gzip_accept_encoding()
|
| H A D | ngx_http_upstream.c | 5124 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 D | ngx_http_proxy_module.c | 2575 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()
|