Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h28 #define NGX_HTTP_CACHE_VARY_LEN 128 macro
140 u_char vary[NGX_HTTP_CACHE_VARY_LEN];
H A Dngx_http_file_cache.c585 if (h->vary_len > NGX_HTTP_CACHE_VARY_LEN) { in ngx_http_file_cache_read()
1062 u_char buf[NGX_HTTP_CACHE_VARY_LEN]; in ngx_http_file_cache_vary()
1275 if (c->vary.len > NGX_HTTP_CACHE_VARY_LEN) { in ngx_http_file_cache_set_header()
1277 c->vary.len = NGX_HTTP_CACHE_VARY_LEN; in ngx_http_file_cache_set_header()
1538 if (c->vary.len > NGX_HTTP_CACHE_VARY_LEN) { in ngx_http_file_cache_update_header()
1540 c->vary.len = NGX_HTTP_CACHE_VARY_LEN; in ngx_http_file_cache_update_header()
H A Dngx_http_upstream.c4920 if (h->value.len > NGX_HTTP_CACHE_VARY_LEN in ngx_http_upstream_process_vary()