Lines Matching defs:header
544 * proxy-revalidate if the max-stale request header exists, modify the
547 * must-revalidate or proxy-revalidate cached response header exists to
555 * - RFC2616 14.9.4 Cache-Control: max-age this header can appear in both
559 * - RFC2616 14.21 Expires: if this request header exists in the cached
589 * no-cache with a header present, or a private with a header
646 * similar to a "never expires" Expires header (RFC2616 14.21)
680 /* set age header on response */
698 * s-maxage appears in the response, and the response header age
975 * which tokens appear within the header. Populate the structure
994 char *header = apr_pstrdup(r->pool, pragma_header);
995 const char *token = cache_strqtok(header, CACHE_SEPARATOR, &last);
1011 char *header = apr_pstrdup(r->pool, cc_header);
1012 const char *token = cache_strqtok(header, CACHE_SEPARATOR, &last);
1145 char *header = apr_pstrdup(r->pool, cc_header);
1146 char *token = cache_strqtok(header, CACHE_SEPARATOR, &last);
1154 const char *header = cache_strqtok(token + 9,
1156 while (header) {
1157 apr_table_unset(headers, header);
1158 header = cache_strqtok(NULL, CACHE_SEPARATOR "\"",
1172 const char *header = cache_strqtok(token + 8,
1174 while (header) {
1175 apr_table_unset(headers, header);
1176 header = cache_strqtok(NULL, CACHE_SEPARATOR "\"",
1201 char **header;
1233 header = (char **)conf->ignore_headers->elts;
1235 apr_table_unset(headers_out, header[i]);
1307 * The most common case is a single header, and this is covered by
1309 * subsequent header, an array is created and the array concatenated