Home | History | Annotate | Download | only in zlib

Lines Matching defs:beg

690             uInt beg = s->pending;  /* start of bytes to update crc */
694 if (s->gzhead->hcrc && s->pending > beg)
695 strm->adler = crc32(strm->adler, s->pending_buf + beg,
696 s->pending - beg);
698 beg = s->pending;
705 if (s->gzhead->hcrc && s->pending > beg)
706 strm->adler = crc32(strm->adler, s->pending_buf + beg,
707 s->pending - beg);
718 uInt beg = s->pending; /* start of bytes to update crc */
723 if (s->gzhead->hcrc && s->pending > beg)
724 strm->adler = crc32(strm->adler, s->pending_buf + beg,
725 s->pending - beg);
727 beg = s->pending;
736 if (s->gzhead->hcrc && s->pending > beg)
737 strm->adler = crc32(strm->adler, s->pending_buf + beg,
738 s->pending - beg);
749 uInt beg = s->pending; /* start of bytes to update crc */
754 if (s->gzhead->hcrc && s->pending > beg)
755 strm->adler = crc32(strm->adler, s->pending_buf + beg,
756 s->pending - beg);
758 beg = s->pending;
767 if (s->gzhead->hcrc && s->pending > beg)
768 strm->adler = crc32(strm->adler, s->pending_buf + beg,
769 s->pending - beg);