Home
last modified time | relevance | path

Searched refs:pending_out (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/lib/zlib_deflate/
Ddefutil.h78 Byte *pending_out; /* next pending byte to output to the stream */ member
432 memcpy(strm->next_out, s->pending_out, len); in flush_pending()
435 s->pending_out += len; in flush_pending()
440 s->pending_out = s->pending_buf; in flush_pending()
Ddeflate.c297 s->pending_out = s->pending_buf; in zlib_deflateReset()
/Linux-v6.6/lib/zlib_dfltcc/
Ddfltcc_deflate.c111 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
112 state->pending_out = state->pending_buf; in send_eobs()