Lines Matching refs:bytes
308 apr_size_t bytes)
318 if (ctx->body_status == APR_EINIT || ctx->brigade_limit > bytes) {
319 ctx->brigade_limit = bytes;
328 apr_size_t *bytes)
337 *bytes = ctx->brigade_limit;
343 apr_uint64_t bytes)
353 if (ctx->read_limit > bytes && ctx->bytes_read < bytes) {
354 ctx->read_limit = bytes;
363 apr_uint64_t *bytes)
372 *bytes = ctx->read_limit;