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

/httpd/
H A Dap.d31 offset_t read_length;
/httpd/modules/http/
H A Dhttp_request.c492 new->read_length = r->read_length; /* We can only read it once */
H A Dhttp_filters.c1564 if (r->read_length || (!r->read_chunked && (r->remaining <= 0))) {
1575 * r->read_length is the total number of bytes given to the caller
1668 r->read_length += bufsiz;
/httpd/server/
H A Dprotocol.c1035 r->read_length = 0;
1316 rnew->read_length = r->read_length;
/httpd/include/
H A Dhttpd.h905 apr_off_t read_length; member in struct:request_rec
/httpd/modules/proxy/
H A Dmod_proxy.c1031 && (r->read_length || r->read_chunked || r->remaining))

Completed in 51 milliseconds