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

/httpd/modules/http/
H A Dhttp_filters.c241 apr_off_t totalread; local
485 apr_brigade_length(b, 0, &totalread);
489 AP_DEBUG_ASSERT(totalread >= 0);
492 ctx->remaining -= totalread;
523 ctx->limit_used += totalread;
/httpd/support/
H A Dab.c318 apr_int64_t totalread = 0; /* total number of bytes read */ variable
847 printf("Total transferred: %" APR_INT64_T_FMT " bytes\n", totalread);
862 (double) totalread / 1024 / timetaken);
867 (double) (totalread + totalposted) / 1024 / timetaken);
1137 trstring, tdstring, tdstring, totalread);
1154 trstring, tdstring, tdstring, (double) totalread / 1024 / timetaken);
1163 (double) (totalread + totalposted) / 1024 / timetaken);
1475 totalread += r;

Completed in 28 milliseconds