Lines Matching refs:bytes
229 apr_off_t bytes; /* content length, if known */
293 mime_info->bytes = -1;
1008 mime_info.bytes = number;
1043 mime_info.bytes = len;
1747 if (variant->bytes < 0) {
1750 variant->bytes = variant->sub_req->finfo.size;
1758 variant->bytes = statb.size;
1763 return variant->bytes;
2539 /* Strip trailing zeros (saves those valuable network bytes) */
3011 ap_set_content_length(r, best->bytes);
3048 apr_brigade_insert_file(bb, map, best->body, best->bytes, r->pool);