Searched defs:header_entry (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/metadata/
H A Dmod_headers.c126 * There is one "header_entry" per Header/RequestHeader config directive
137 } header_entry; typedef in typeref:struct:__anon254
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 *ne
[all...]

Completed in 20 milliseconds