Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zlib_deflate/
Ddeflate.c268 s->pending_out = s->pending_buf; in zlib_deflateReset()
314 memcpy(strm->next_out, s->pending_out, len); in flush_pending()
317 s->pending_out += len; in flush_pending()
322 s->pending_out = s->pending_buf; in flush_pending()
Ddefutil.h76 Byte *pending_out; /* next pending byte to output to the stream */ member