Lines Matching defs:header_entry
126 * There is one "header_entry" per Header/RequestHeader config directive
137 } header_entry;
142 header_entry *hdr;
148 header_entry *hdr;
256 conf->fixup_in = apr_array_make(p, 2, sizeof(header_entry));
257 conf->fixup_out = apr_array_make(p, 2, sizeof(header_entry));
258 conf->fixup_err = apr_array_make(p, 2, sizeof(header_entry));
389 * tag in the tag array anchored in the header_entry.
391 static char *parse_format_string(cmd_parms *cmd, header_entry *hdr, const char *s)
439 header_entry *new;
447 new = (header_entry *) apr_array_push(fixup);
604 static char* process_tags(header_entry *hdr, request_rec *r)
634 static const char *process_regexp(header_entry *hdr, const char *value,
708 header_entry *hdr = &((header_entry *) (fixup->elts))[i];