Lines Matching refs:bytes
242 apr_off_t bytes;
270 apr_brigade_length(input_brigade, 1, &bytes);
274 (apr_uint64_t)bytes);
390 apr_off_t bytes;
414 apr_brigade_length(input_brigade, 1, &bytes);
415 bytes_streamed += bytes;
435 /* C-L < bytes streamed?!?
437 * consumed, but we can't stream more bytes at the
446 "read more bytes of request body than expected "
512 " number of body bytes read", r->connection->client_ip);
538 apr_off_t bytes, bytes_spooled = 0, fsize = 0;
563 apr_brigade_length(input_brigade, 1, &bytes);
565 if (bytes_spooled + bytes > MAX_MEM_SPOOL) {
571 if (limit && (bytes_spooled + bytes > limit)) {
641 bytes_spooled += bytes;
693 apr_size_t bytes;
701 apr_bucket_read(e, &data, &bytes, APR_BLOCK_READ);
702 new = apr_bucket_transient_create(data, bytes, r->connection->bucket_alloc);
747 apr_off_t bytes;
812 /* Prefetch MAX_MEM_SPOOL bytes
843 apr_brigade_length(temp_brigade, 1, &bytes);
844 bytes_read += bytes;
867 * surrender once we hit 80 bytes less than MAX_MEM_SPOOL
912 * the filtered bytes read from the client for the request
1444 * if the status line was > 8192 bytes
2080 * the first bytes sent (should the client's link be slow or some input