crc32             381 other-licenses/zlib/deflate.c         s->wrap == 2 ? crc32(0L, Z_NULL, 0) :
crc32             580 other-licenses/zlib/deflate.c             strm->adler = crc32(0L, Z_NULL, 0);
crc32             616 other-licenses/zlib/deflate.c                     strm->adler = crc32(strm->adler, s->pending_buf,
crc32             659 other-licenses/zlib/deflate.c                         strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             670 other-licenses/zlib/deflate.c                 strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             688 other-licenses/zlib/deflate.c                         strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             701 other-licenses/zlib/deflate.c                 strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             719 other-licenses/zlib/deflate.c                         strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             732 other-licenses/zlib/deflate.c                 strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             747 other-licenses/zlib/deflate.c                 strm->adler = crc32(0L, Z_NULL, 0);
crc32             973 other-licenses/zlib/deflate.c         strm->adler = crc32(strm->adler, strm->next_in, len);
crc32             123 other-licenses/zlib/gzio.c     s->crc = crc32(0L, Z_NULL, 0);
crc32             470 other-licenses/zlib/gzio.c             s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start));
crc32             484 other-licenses/zlib/gzio.c                     s->crc = crc32(0L, Z_NULL, 0);
crc32             490 other-licenses/zlib/gzio.c     s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start));
crc32             589 other-licenses/zlib/gzio.c     s->crc = crc32(s->crc, (const Bytef *)buf, len);
crc32             869 other-licenses/zlib/gzio.c     s->crc = crc32(0L, Z_NULL, 0);
crc32             378 other-licenses/zlib/inflate.c     (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
crc32             389 other-licenses/zlib/inflate.c         check = crc32(check, hbuf, 2); \
crc32             398 other-licenses/zlib/inflate.c         check = crc32(check, hbuf, 4); \
crc32             597 other-licenses/zlib/inflate.c                 state->check = crc32(0L, Z_NULL, 0);
crc32             693 other-licenses/zlib/inflate.c                         state->check = crc32(state->check, next, copy);
crc32             714 other-licenses/zlib/inflate.c                     state->check = crc32(state->check, next, copy);
crc32             735 other-licenses/zlib/inflate.c                     state->check = crc32(state->check, next, copy);
crc32             757 other-licenses/zlib/inflate.c             strm->adler = state->check = crc32(0L, Z_NULL, 0);
crc32            1285 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));