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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c94 uint16_t zip_flags; /* From GP Flags Field */ member in struct:zip_entry
119 /* Bits used in zip_flags. */
968 zip_entry->zip_flags = archive_le16dec(p + 6);
969 if (zip_entry->zip_flags & (ZIP_ENCRYPTED | ZIP_STRONG_ENCRYPTED)) {
972 if (zip_entry->zip_flags & ZIP_CENTRAL_DIRECTORY_ENCRYPTED &&
973 zip_entry->zip_flags & ZIP_ENCRYPTED &&
974 zip_entry->zip_flags & ZIP_STRONG_ENCRYPTED) {
979 zip->init_decryption = (zip_entry->zip_flags & ZIP_ENCRYPTED);
983 if (zip_entry->zip_flags & ZIP_LENGTH_AT_END)
1000 if (zip_entry->zip_flags
[all...]

Completed in 209 milliseconds