Searched refs:pending_out (Results 1 – 4 of 4) sorted by relevance
78 Byte *pending_out; /* next pending byte to output to the stream */ member430 memcpy(strm->next_out, s->pending_out, len); in flush_pending()433 s->pending_out += len; in flush_pending()438 s->pending_out = s->pending_buf; in flush_pending()
297 s->pending_out = s->pending_buf; in zlib_deflateReset()
92 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()93 state->pending_out = state->pending_buf; in send_eobs()
1560 + struct list_head pending_out;1766 + while (!list_empty(&dev_ctx->pending_out)) {1767 + out_buf_desc = list_first_entry_or_null(&dev_ctx->pending_out,1940 + while (!list_empty(&dev_ctx->pending_out)) {1941 + b_desc = list_first_entry_or_null(&dev_ctx->pending_out,2134 + list_add_tail(&out_buf_desc->link, &dev_ctx->pending_out);2567 + INIT_LIST_HEAD(&dev_ctx->pending_out);3111 + while (!list_empty(&dev_ctx->pending_out)) {3112 + b_desc = list_first_entry_or_null(&dev_ctx->pending_out,3303 + list_add_tail(&out_buf_desc->link, &dev_ctx->pending_out);[all …]