Searched defs:crc2 (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/io/ | ||
H A D | inkjar.cpp | 298 guint32 crc2 = 0; local 300 crc2 = crc32(crc2, NULL, 0); 311 crc2 = crc32(crc2, (Bytef*)bytes, nbytes); 324 if (!check_crc(crc, crc2, flags)) { |
Completed in 16 milliseconds