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

/httpd/server/
H A Dapreq_util.c943 #define FILE_BUCKET_LIMIT ((apr_size_t)-1 - 1) macro
1081 while ((apr_uint64_t)wlen > FILE_BUCKET_LIMIT - last_out->length) {
1086 e->start = last_out->start + FILE_BUCKET_LIMIT;
1087 wlen -= FILE_BUCKET_LIMIT - last_out->length;
1088 last_out->length = FILE_BUCKET_LIMIT;

Completed in 329 milliseconds