Lines Matching defs:bytes
42 static apr_status_t custom_parse_brigade(apreq_handle_t *handle, apr_uint64_t bytes)
51 switch (s = apr_brigade_partition(req->in, bytes, &e)) {
56 req->bytes_read += bytes;
204 apr_size_t *bytes)
207 *bytes = req->parser->brigade_limit;
212 apr_size_t bytes)
215 (void)bytes;
220 apr_uint64_t *bytes)
223 *bytes = req->read_limit;
228 apr_uint64_t bytes)
231 (void)bytes;