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

/httpd/modules/metadata/
H A Dmod_headers.c442 apr_array_header_t *fixup = (cmd->info == &hdr_in) local
447 new = (header_entry *) apr_array_push(fixup);
701 apr_array_header_t *fixup, int early)
707 for (i = 0; i < fixup->nelts; ++i) {
708 header_entry *hdr = &((header_entry *) (fixup->elts))[i];
876 /* do the fixup */
924 /* do the fixup */
936 /* do the fixup */
700 do_headers_fixup(request_rec *r, apr_table_t *headers, apr_array_header_t *fixup, int early) argument

Completed in 1589 milliseconds