Lines Matching full:crc32
410 /* check function to use adler32() for zlib or crc32() for gzip */
413 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
424 check = crc32(check, hbuf, 2); \
433 check = crc32(check, hbuf, 4); \
632 state->check = crc32(0L, Z_NULL, 0);
730 state->check = crc32(state->check, next, copy);
751 state->check = crc32(state->check, next, copy);
772 state->check = crc32(state->check, next, copy);
794 strm->adler = state->check = crc32(0L, Z_NULL, 0);