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;
577 strm->state->pending_out = strm->state->pending_buf;
644 strm->adler = crc32(strm->adler, s->pending_buf,
687 strm->adler = crc32(strm->adler, s->pending_buf + beg,
698 strm->adler = crc32(strm->adler, s->pending_buf + beg,
716 strm->adler = crc32(strm->adler, s->pending_buf + beg,
729 strm->adler = crc32(strm->adler, s->pending_buf + beg,
747 strm->adler = crc32(strm->adler, s->pending_buf + beg,
760 strm->adler = crc32(strm->adler, s->pending_buf + beg,
912 TRY_FREE(strm, strm->state->pending_buf);
958 ds->pending_buf = (uchf *) overlay;
961 ds->pending_buf == Z_NULL) {
969 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
971 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
973 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;