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

/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dhttp_filters.c66 apr_off_t limit_used; member in struct:http_filter_ctx
560 ctx->limit_used += totalread;
561 if (ctx->limit < ctx->limit_used) {
565 " of %" APR_OFF_T_FMT, ctx->limit_used, ctx->limit);

Completed in 112 milliseconds