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

/httpd/modules/http/
H A Dhttp_filters.c66 apr_off_t limit_used; member in struct:http_filter_ctx
523 ctx->limit_used += totalread;
524 if (ctx->limit < ctx->limit_used) {
527 " of %" APR_OFF_T_FMT, ctx->limit_used, ctx->limit);

Completed in 13 milliseconds