Lines Matching defs:header
36 * Open <hash>.header
37 * Read in <hash>.header file (may contain Format #1 or Format #2)
39 * Use each header name (from .header) with our request values (headers_in) to
41 * re-read in <hash>.header (must be format #2)
265 const char *header;
279 * Most of rfc2616 is case insensitive on header contents.
297 header = apr_table_get(headers, elts[i]);
298 if (!header) {
299 header = "";
304 iov[k].iov_base = (char*) header;
305 iov[k].iov_len = strlen(header);
469 "Cannot parse vary header file: %s",
527 "Cannot read header file %s", dobj->hdrs.file);
566 /* Atomic check - does the body file belong to the header file? */
572 "Recalled cached URL info header %s", dobj->name);
591 /* Oh dear, no luck matching header to the body */
593 "Cached URL info header '%s' didn't match body, ignoring this entry",
815 /* Chances are that we received an ASCII header text instead of
816 * the expected EBCDIC header lines. Try to auto-detect:
841 /* if we see a bogus header don't ignore it. Shout and scream */
871 "recalling headers; but no header fd for %s", dobj->name);
878 /* Call routine to read the header lines/status line */
1049 "could not create header file %s",
1079 "could not write info to header file %s",
1090 "could not write out-headers to header file %s",
1098 /* Parse the vary header and dump those fields from the headers_in. */
1104 "could not write in-headers to header file %s",
1115 "could not close header file %s",
1324 /* move header and data tempfiles to the final destination */