Searched refs:pending_out (Results 1 – 2 of 2) sorted by relevance
648 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()
109 Bytef *pending_out; /* next pending byte to output to the stream */ member