Lines Matching refs:pending_buf
290 s->pending_buf = (uchf *) overlay;
294 s->pending_buf == Z_NULL) {
301 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
369 s->pending_out = s->pending_buf;
589 strm->state->pending_out = strm->state->pending_buf;
658 strm->adler = crc32(strm->adler, s->pending_buf,
701 strm->adler = crc32(strm->adler, s->pending_buf + beg,
712 strm->adler = crc32(strm->adler, s->pending_buf + beg,
730 strm->adler = crc32(strm->adler, s->pending_buf + beg,
743 strm->adler = crc32(strm->adler, s->pending_buf + beg,
761 strm->adler = crc32(strm->adler, s->pending_buf + beg,
774 strm->adler = crc32(strm->adler, s->pending_buf + beg,
926 TRY_FREE(strm, strm->state->pending_buf);
972 ds->pending_buf = (uchf *) overlay;
975 ds->pending_buf == Z_NULL) {
983 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
985 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
987 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;