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

/httpd/modules/proxy/
H A Dmod_proxy_http.c538 apr_off_t bytes, bytes_spooled = 0, fsize = 0; local
565 if (bytes_spooled + bytes > MAX_MEM_SPOOL) {
571 if (limit && (bytes_spooled + bytes > limit)) {
641 bytes_spooled += bytes;
659 if (bytes_spooled || force_cl) {
660 add_cl(p, bucket_alloc, header_brigade, apr_off_t_toa(p, bytes_spooled));

Completed in 13 milliseconds