Searched refs:ngx_strlcasestrn (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 168 u_char *ngx_strlcasestrn(u_char *s1, u_char *last, u_char *s2, size_t n);
|
| H A D | ngx_string.c | 737 ngx_strlcasestrn(u_char *s1, u_char *last, u_char *s2, size_t n) in ngx_strlcasestrn() function
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.c | 4600 if (ngx_strlcasestrn(start, last, (u_char *) "no-cache", 8 - 1) != NULL in ngx_http_upstream_process_cache_control() 4601 || ngx_strlcasestrn(start, last, (u_char *) "no-store", 8 - 1) != NULL in ngx_http_upstream_process_cache_control() 4602 || ngx_strlcasestrn(start, last, (u_char *) "private", 7 - 1) != NULL) in ngx_http_upstream_process_cache_control() 4608 p = ngx_strlcasestrn(start, last, (u_char *) "s-maxage=", 9 - 1); in ngx_http_upstream_process_cache_control() 4612 p = ngx_strlcasestrn(start, last, (u_char *) "max-age=", 8 - 1); in ngx_http_upstream_process_cache_control() 4641 p = ngx_strlcasestrn(start, last, (u_char *) "stale-while-revalidate=", in ngx_http_upstream_process_cache_control() 4665 p = ngx_strlcasestrn(start, last, (u_char *) "stale-if-error=", 15 - 1); in ngx_http_upstream_process_cache_control() 4873 if (ngx_strlcasestrn(h->value.data, h->value.data + h->value.len, in ngx_http_upstream_process_connection() 4890 if (ngx_strlcasestrn(h->value.data, h->value.data + h->value.len, in ngx_http_upstream_process_transfer_encoding()
|
| H A D | ngx_http_parse.c | 2084 p = ngx_strlcasestrn(p, last - 1, name, len - 1); in ngx_http_arg()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_grpc_module.c | 4103 if (ngx_strlcasestrn(te->value.data, te->value.data + te->value.len, in ngx_http_grpc_internal_trailers_variable()
|