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

/httpd/
H A Dap.d32 int read_body;
/httpd/modules/http/
H A Dhttp_filters.c1511 r->read_body = read_policy;
1521 if (r->read_body == REQUEST_CHUNKED_ERROR) {
1541 if ((r->read_body == REQUEST_NO_BODY)
/httpd/include/
H A Dhttpd.h682 * @defgroup values_request_rec_body Possible values for request_rec.read_body
684 * Possible values for request_rec.read_body (set by handling module):
891 int read_body; member in struct:request_rec
/httpd/server/
H A Dprotocol.c1036 r->read_body = REQUEST_NO_BODY;
1317 rnew->read_body = REQUEST_NO_BODY;
/httpd/modules/dav/main/
H A Dmod_dav.c2454 r->read_body = REQUEST_NO_BODY;

Completed in 322 milliseconds