Lines Matching full:crc32
375 /* check function to use adler32() for zlib or crc32() for gzip */
378 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
389 check = crc32(check, hbuf, 2); \
398 check = crc32(check, hbuf, 4); \
597 state->check = crc32(0L, Z_NULL, 0);
693 state->check = crc32(state->check, next, copy);
714 state->check = crc32(state->check, next, copy);
735 state->check = crc32(state->check, next, copy);
757 strm->adler = state->check = crc32(0L, Z_NULL, 0);