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

/freebsd-11.0-release/contrib/serf/buckets/
H A Ddeflate_buckets.c68 int stream_status; /* What was the last status we read? */ member in struct:__anon5282
90 ctx->stream_status = APR_SUCCESS;
231 status = ctx->stream_status;
255 ctx->stream_status = serf_bucket_read(ctx->stream,
260 if (SERF_BUCKET_READ_ERROR(ctx->stream_status)) {
261 return ctx->stream_status;
264 if (!private_len && APR_STATUS_IS_EAGAIN(ctx->stream_status)) {
266 status = ctx->stream_status;
267 ctx->stream_status = APR_SUCCESS;
356 status = ctx->stream_status;
[all...]

Completed in 110 milliseconds