Searched refs:crc32flg (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c188 int crc32flg; member in struct:_7zip
566 if ((zip->crc32flg & PRECODE_CRC32) && s)
582 if (zip->crc32flg & ENCODED_CRC32)
595 if ((zip->crc32flg & ENCODED_CRC32) && bytes)
773 zip->crc32flg = PRECODE_CRC32;
802 zip->crc32flg = ENCODED_CRC32;
823 zip->crc32flg = 0;

Completed in 113 milliseconds