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

/freebsd-13-stable/contrib/serf/buckets/
H A Ddechunk_buckets.c40 apr_int64_t body_left; member in struct:__anon5976
95 ctx->body_left = apr_strtoi64(ctx->linebuf.line, NULL, 16);
100 if (ctx->body_left == 0) {
125 if (requested > ctx->body_left) {
126 requested = ctx->body_left;
137 ctx->body_left -= *len;
138 if (!ctx->body_left) {
140 ctx->body_left = 2; /* CRLF */
144 if (ctx->body_left && APR_STATUS_IS_EOF(status)) {
153 status = serf_bucket_read(ctx->stream, ctx->body_left, dat
[all...]

Completed in 39 milliseconds