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

/httpd/modules/mappers/
H A Dmod_negotiation.c509 * are handled by do_header_line() - they all have the same
516 static apr_array_header_t *do_header_line(apr_pool_t *p, function
580 new->accepts = do_header_line(r->pool, apr_table_get(hdrs, "Accept"));
594 do_header_line(r->pool, apr_table_get(hdrs, "Accept-Encoding"));
596 do_header_line(r->pool, apr_table_get(hdrs, "Accept-Language"));
598 do_header_line(r->pool, apr_table_get(hdrs, "Accept-Charset"));
3189 if ((accept_encodings = do_header_line(r->pool,

Completed in 1265 milliseconds