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

/freebsd-11.0-release/contrib/serf/buckets/
H A Ddechunk_buckets.c35 apr_int64_t body_left; member in struct:__anon5280
90 ctx->body_left = apr_strtoi64(ctx->linebuf.line, NULL, 16);
95 if (ctx->body_left == 0) {
120 if (requested > ctx->body_left) {
121 requested = ctx->body_left;
132 ctx->body_left -= *len;
133 if (!ctx->body_left) {
135 ctx->body_left = 2; /* CRLF */
139 if (ctx->body_left && APR_STATUS_IS_EOF(status)) {
148 status = serf_bucket_read(ctx->stream, ctx->body_left, dat
[all...]

Completed in 104 milliseconds