Lines Matching full:adler32
952 adler = adler32(0L, Z_NULL, 0);953 adler = adler32(adler, reinterpret_cast<const Bytef*>(buf), len);1034 uLong adler = adler32(0L, Z_NULL, 0);1035 adler = adler32(adler, (const Bytef*)dataBuf, len);