Lines Matching defs:max
219 MAKE_STATIC_HD("cache-control", "max-age=0",
221 MAKE_STATIC_HD("cache-control", "max-age=2592000",
223 MAKE_STATIC_HD("cache-control", "max-age=604800",
229 MAKE_STATIC_HD("cache-control", "public, max-age=31536000",
258 MAKE_STATIC_HD("strict-transport-security", "max-age=31536000",
261 "max-age=31536000; includesubdomains",
264 "max-age=31536000; includesubdomains; preload",
3778 uint64_t max_ents, full, max, max_wrapped, ricnt;
3793 max = decoder->ctx.next_absidx + max_ents;
3794 max_wrapped = max / full * full;
3797 if (ricnt > max) {