MCPcopy Create free account
hub / github.com/apache/httpd / ap_set_content_length

Function ap_set_content_length

server/protocol.c:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160AP_DECLARE(void) ap_set_content_length(request_rec *r, apr_off_t clength)
161{
162 r->clength = clength;
163 apr_table_setn(r->headers_out, "Content-Length",
164 apr_off_t_toa(r->pool, clength));
165}
166
167/*
168 * Return the latest rational time from a request/mtime (modification time)

Callers 15

dav_method_optionsFunction · 0.85
dav_method_vsn_controlFunction · 0.85
dav_method_checkoutFunction · 0.85
dav_method_uncheckoutFunction · 0.85
dav_method_updateFunction · 0.85
dav_method_labelFunction · 0.85
dav_fs_set_headersFunction · 0.85
ap_http_header_filterFunction · 0.85
handle_map_fileFunction · 0.85
dialup_handlerFunction · 0.85
data_out_filterFunction · 0.85
reflector_handlerFunction · 0.85

Calls

no outgoing calls

Tested by 2

dialup_handlerFunction · 0.68
h2test_trailer_handlerFunction · 0.68