Lines Matching refs:beg
684 uInt beg = s->pending; /* start of bytes to update crc */ local
688 if (s->gzhead->hcrc && s->pending > beg)
689 strm->adler = crc32(strm->adler, s->pending_buf + beg,
690 s->pending - beg);
692 beg = s->pending;
699 if (s->gzhead->hcrc && s->pending > beg)
700 strm->adler = crc32(strm->adler, s->pending_buf + beg,
701 s->pending - beg);
712 uInt beg = s->pending; /* start of bytes to update crc */ local
717 if (s->gzhead->hcrc && s->pending > beg)
718 strm->adler = crc32(strm->adler, s->pending_buf + beg,
719 s->pending - beg);
721 beg = s->pending;
730 if (s->gzhead->hcrc && s->pending > beg)
731 strm->adler = crc32(strm->adler, s->pending_buf + beg,
732 s->pending - beg);
743 uInt beg = s->pending; /* start of bytes to update crc */ local
748 if (s->gzhead->hcrc && s->pending > beg)
749 strm->adler = crc32(strm->adler, s->pending_buf + beg,
750 s->pending - beg);
752 beg = s->pending;
761 if (s->gzhead->hcrc && s->pending > beg)
762 strm->adler = crc32(strm->adler, s->pending_buf + beg,
763 s->pending - beg);