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

/freebsd-13-stable/contrib/serf/buckets/
H A Ddeflate_buckets.c73 int stream_status; /* What was the last status we read? */ member in struct:__anon5978
95 ctx->stream_status = APR_SUCCESS;
236 status = ctx->stream_status;
260 ctx->stream_status = serf_bucket_read(ctx->stream,
265 if (SERF_BUCKET_READ_ERROR(ctx->stream_status)) {
266 return ctx->stream_status;
269 if (!private_len && APR_STATUS_IS_EAGAIN(ctx->stream_status)) {
271 status = ctx->stream_status;
272 ctx->stream_status = APR_SUCCESS;
361 status = ctx->stream_status;
[all...]

Completed in 78 milliseconds