Lines Matching refs:beg
682 uInt beg = s->pending; /* start of bytes to update crc */ local
686 if (s->gzhead->hcrc && s->pending > beg)
687 strm->adler = crc32(strm->adler, s->pending_buf + beg,
688 s->pending - beg);
690 beg = s->pending;
697 if (s->gzhead->hcrc && s->pending > beg)
698 strm->adler = crc32(strm->adler, s->pending_buf + beg,
699 s->pending - beg);
710 uInt beg = s->pending; /* start of bytes to update crc */ local
715 if (s->gzhead->hcrc && s->pending > beg)
716 strm->adler = crc32(strm->adler, s->pending_buf + beg,
717 s->pending - beg);
719 beg = s->pending;
728 if (s->gzhead->hcrc && s->pending > beg)
729 strm->adler = crc32(strm->adler, s->pending_buf + beg,
730 s->pending - beg);
741 uInt beg = s->pending; /* start of bytes to update crc */ local
746 if (s->gzhead->hcrc && s->pending > beg)
747 strm->adler = crc32(strm->adler, s->pending_buf + beg,
748 s->pending - beg);
750 beg = s->pending;
759 if (s->gzhead->hcrc && s->pending > beg)
760 strm->adler = crc32(strm->adler, s->pending_buf + beg,
761 s->pending - beg);