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

/freebsd-11.0-release/contrib/apr-util/buckets/
H A Dapr_brigade.c111 apr_uint64_t point64; local
128 point64 = (apr_uint64_t)point;
136 /* For an unknown length bucket, while 'point64' is beyond the possible
140 && (point64 > (apr_uint64_t)APR_SIZE_MAX)) {
141 /* point64 is too far out to simply split this bucket,
149 else if ((point64 < (apr_uint64_t)e->length)
151 /* We already consumed buckets where point64 is beyond
152 * our interest ( point64 > APR_SIZE_MAX ), above.
157 if ((rv = apr_bucket_split(e, (apr_size_t)point64))
174 if (point64 < (apr_uint64_
[all...]

Completed in 53 milliseconds