Searched refs:crc32func (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_zip.c146 unsigned long (*crc32func)(unsigned long crc, const void *buff, size_t len); member in struct:zip
351 zip->crc32func = real_crc32;
353 zip->crc32func = fake_crc32;
471 zip->crc32func = real_crc32;
565 zip->entry_crc32 = zip->crc32func(0, NULL, 0);
671 zip->entry_crc32 = zip->crc32func(zip->entry_crc32,
1136 zip->crc32func(zip->entry_crc32, buff, (unsigned)s);
H A Darchive_read_support_format_zip.c170 unsigned long (*crc32func)(unsigned long, const void *, member in struct:zip
819 zip->crc32func(0, cp, strlen(cp));
947 zip->computed_crc32 = zip->crc32func(0, NULL, 0);
3181 zip->computed_crc32 = zip->crc32func(zip->computed_crc32, *buff,
3328 zip->crc32func = real_crc32;
3331 zip->crc32func = fake_crc32;
3618 zip->crc32func = real_crc32;
4412 zip->crc32func = real_crc32;

Completed in 268 milliseconds