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

/httpd/modules/http/
H A Dhttp_filters.c1013 char *bodyread = NULL, *bodyoff; local
1063 bodyoff = bodyread = apr_palloc(r->pool, bodybuf);
1067 (res = ap_get_client_block(r, bodyoff, bodybuf)) > 0) {
1070 bodyoff += res;

Completed in 829 milliseconds