Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Ddeflate.c648 s->pending_out = s->pending_buf; in deflateResetKeep()
731 (uchf *)s->d_buf < s->pending_out + ((Buf_size + 7) >> 3)) in deflatePrime()
735 s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3)) in deflatePrime()
924 zmemcpy(strm->next_out, s->pending_out, len); in flush_pending()
926 s->pending_out += len; in flush_pending()
931 s->pending_out = s->pending_buf; in flush_pending()
1322 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); in deflateCopy()
H A Ddeflate.h109 Bytef *pending_out; /* next pending byte to output to the stream */ member