Lines Matching refs:bytes
424 apr_off_t bytes)
437 switch (s = apr_brigade_partition(req->in, bytes, &e)) {
443 req->bytes_read += bytes;
852 apr_size_t bytes)
859 if (*limit > bytes) {
860 *limit = bytes;
868 apr_size_t *bytes)
871 *bytes = (req->parser == NULL)
879 apr_uint64_t bytes)
883 if (req->read_limit > bytes && req->bytes_read < bytes) {
884 req->read_limit = bytes;
893 apr_uint64_t *bytes)
896 *bytes = req->read_limit;