Home
last modified time | relevance | path

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

/lib/zlib_deflate/
Ddefutil.h78 Byte *pending_out; /* next pending byte to output to the stream */ member
430 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()
Ddeflate.c297 s->pending_out = s->pending_buf; in zlib_deflateReset()
/lib/zlib_dfltcc/
Ddfltcc_deflate.c92 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
93 state->pending_out = state->pending_buf; in send_eobs()