Searched refs:header_fname (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_autoindex.c998 static void emit_head(request_rec *r, char *header_fname, int suppress_amble, argument
1020 if ((header_fname != NULL) && r->args) {
1021 header_fname = apr_pstrcat(r->pool, header_fname, "?", r->args, NULL);
1024 if ((header_fname != NULL)
1025 && (rr = ap_sub_req_lookup_uri(header_fname, r, r->output_filters))

Completed in 15 milliseconds