Searched refs:end64 (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/http/
H A Dbyterange_filter.c297 apr_uint64_t start64, end64; local
306 end64 = (apr_uint64_t)end;
308 if (start < 0 || end < 0 || start64 > end64)
323 if (elen64 + pos > end64) {
364 if (end64 - off_last != (apr_uint64_t)e->length) {
365 rv = apr_bucket_split(copy, (apr_size_t)(end64 + 1 - off_last));
382 AP_DEBUG_ASSERT(pos == end64 - start64 + 1);

Completed in 282 milliseconds