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

/httpd/include/
H A Dhttp_protocol.h482 AP_DECLARE(int) ap_setup_client_block(request_rec *r, int read_policy);
/httpd/modules/proxy/
H A Dmod_proxy_scgi.c568 if ( ((status = ap_setup_client_block(r, REQUEST_CHUNKED_ERROR)) != OK)
H A Dmod_serf.c522 rv = ap_setup_client_block(baton->r, REQUEST_CHUNKED_DECHUNK);
/httpd/modules/http/
H A Dhttp_filters.c1040 if ((rv = ap_setup_client_block(r, body))) {
1478 * 1. Call ap_setup_client_block() near the beginning of the request
1506 AP_DECLARE(int) ap_setup_client_block(request_rec *r, int read_policy) function
/httpd/modules/lua/
H A Dlua_request.c237 if ((rc = ap_setup_client_block(r, REQUEST_CHUNKED_ERROR))) {
280 if ((rc = ap_setup_client_block(r, REQUEST_CHUNKED_ERROR)))
/httpd/modules/arch/win32/
H A Dmod_isapi.c1504 res = ap_setup_client_block(r, REQUEST_CHUNKED_ERROR);

Completed in 35 milliseconds