Lines Matching refs:headers
75 apr_table_t *headers_in; /* Input headers to save */
76 apr_table_t *headers_out; /* Output headers to save */
214 "Premature end of cache headers.");
273 static const char* regen_key(apr_pool_t *p, apr_table_t *headers,
287 * - Handle multiple-value headers better. (sort them?)
295 * So the better solution may be to identify headers which should be
311 header = apr_table_get(headers, elts[i]);
400 /* estimate the total cached size, given current headers */
406 "URL '%s' estimated headers size larger than limit, ignoring "
414 "URL '%s' body and headers larger than limit, ignoring "
639 "Cache entry for key '%s' response headers unreadable, removing", nkey);
645 "Cache entry for key '%s' request headers unreadable, removing", nkey);
760 /* we recalled the headers during open_entity, so do nothing */
912 "out-headers didn't fit in buffer: %s", sobj->name);
925 "in-headers didn't fit in buffer %s",
1296 return "CacheSocacheMaxSize argument must be a integer representing the max size of a cached entry (headers and body), at least 1024";
1538 "The maximum cache entry size (headers and body) to cache a document"),