Lines Matching refs:beg
733 uInt beg = s->pending; /* start of bytes to update crc */
737 if (s->gzhead->hcrc && s->pending > beg)
738 strm->adler = crc32(strm->adler, s->pending_buf + beg,
739 s->pending - beg);
741 beg = s->pending;
748 if (s->gzhead->hcrc && s->pending > beg)
749 strm->adler = crc32(strm->adler, s->pending_buf + beg,
750 s->pending - beg);
761 uInt beg = s->pending; /* start of bytes to update crc */
766 if (s->gzhead->hcrc && s->pending > beg)
767 strm->adler = crc32(strm->adler, s->pending_buf + beg,
768 s->pending - beg);
770 beg = s->pending;
779 if (s->gzhead->hcrc && s->pending > beg)
780 strm->adler = crc32(strm->adler, s->pending_buf + beg,
781 s->pending - beg);
792 uInt beg = s->pending; /* start of bytes to update crc */
797 if (s->gzhead->hcrc && s->pending > beg)
798 strm->adler = crc32(strm->adler, s->pending_buf + beg,
799 s->pending - beg);
801 beg = s->pending;
810 if (s->gzhead->hcrc && s->pending > beg)
811 strm->adler = crc32(strm->adler, s->pending_buf + beg,
812 s->pending - beg);