Lines Matching refs:beg
660 uInt beg = s->pending; /* start of bytes to update crc */ local
664 if (s->gzhead->hcrc && s->pending > beg)
665 strm->adler = crc32(strm->adler, s->pending_buf + beg,
666 s->pending - beg);
668 beg = s->pending;
675 if (s->gzhead->hcrc && s->pending > beg)
676 strm->adler = crc32(strm->adler, s->pending_buf + beg,
677 s->pending - beg);
688 uInt beg = s->pending; /* start of bytes to update crc */ local
693 if (s->gzhead->hcrc && s->pending > beg)
694 strm->adler = crc32(strm->adler, s->pending_buf + beg,
695 s->pending - beg);
697 beg = s->pending;
706 if (s->gzhead->hcrc && s->pending > beg)
707 strm->adler = crc32(strm->adler, s->pending_buf + beg,
708 s->pending - beg);
719 uInt beg = s->pending; /* start of bytes to update crc */ local
724 if (s->gzhead->hcrc && s->pending > beg)
725 strm->adler = crc32(strm->adler, s->pending_buf + beg,
726 s->pending - beg);
728 beg = s->pending;
737 if (s->gzhead->hcrc && s->pending > beg)
738 strm->adler = crc32(strm->adler, s->pending_buf + beg,
739 s->pending - beg);