Lines Matching refs:pending_buf
300 s->pending_buf = (uchf *) overlay;
304 s->pending_buf == Z_NULL) {
311 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
379 s->pending_out = s->pending_buf;
553 strm->state->pending_out = strm->state->pending_buf;
622 strm->adler = crc32(strm->adler, s->pending_buf,
665 strm->adler = crc32(strm->adler, s->pending_buf + beg,
676 strm->adler = crc32(strm->adler, s->pending_buf + beg,
694 strm->adler = crc32(strm->adler, s->pending_buf + beg,
707 strm->adler = crc32(strm->adler, s->pending_buf + beg,
725 strm->adler = crc32(strm->adler, s->pending_buf + beg,
738 strm->adler = crc32(strm->adler, s->pending_buf + beg,
884 TRY_FREE(strm, strm->state->pending_buf);
930 ds->pending_buf = (uchf *) overlay;
933 ds->pending_buf == Z_NULL) {
941 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
943 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
945 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;