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

/httpd/modules/mappers/
H A Dmod_negotiation.c1743 static apr_off_t find_content_length(negotiation_state *neg, var_rec *variant) function
2232 if (find_content_length(neg, variant) >= find_content_length(neg, best)) {
2579 * If the variant is a CGI script, find_content_length would
2590 && (len = find_content_length(neg, variant)) >= 0) {

Completed in 18 milliseconds