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

/httpd/modules/http/
H A Dhttp_filters.c1067 (res = ap_get_client_block(r, bodyoff, bodybuf)) > 0) {
1074 while (ap_get_client_block(r, bodyread, bodylen) > 0)
1497 * 3. Finally, call ap_get_client_block in a loop. Pass it a buffer and its size.
1581 AP_DECLARE(long) ap_get_client_block(request_rec *r, char *buffer, function
1600 /* We lose the failure code here. This is why ap_get_client_block should
1649 * If so, we have to leave a nugget for the *next* ap_get_client_block

Completed in 12 milliseconds