Lines Matching full:crc32
431 /* check function to use adler32() for zlib or crc32() for gzip */
434 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
445 check = crc32(check, hbuf, 2); \
454 check = crc32(check, hbuf, 4); \
648 state->check = crc32(0L, Z_NULL, 0);
746 state->check = crc32(state->check, next, copy);
767 state->check = crc32(state->check, next, copy);
788 state->check = crc32(state->check, next, copy);
810 strm->adler = state->check = crc32(0L, Z_NULL, 0);