Home
last modified time | relevance | path

Searched refs:archive_entry_set_is_metadata_encrypted (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libarchive/
HDSymbol.map420 archive_entry_set_is_metadata_encrypted;
/dragonfly/contrib/libarchive/libarchive/
HDarchive_entry.h373 __LA_DECL void archive_entry_set_is_metadata_encrypted(struct archive_entry *, char is_encrypt…
HDarchive_read_support_format_7zip.c1304 archive_entry_set_is_metadata_encrypted(a->entry, 1); in init_decompression()
3373archive_entry_set_is_metadata_encrypted(a->entry, 1); in setup_decode_folder()
HDarchive_entry.c1391 archive_entry_set_is_metadata_encrypted(struct archive_entry *entry, char is_encrypted) in archive_entry_set_is_metadata_encrypted() function
HDarchive_read_support_format_zip.c976 archive_entry_set_is_metadata_encrypted(entry, 1); in zip_read_local_file_header()
HDarchive_read_support_format_rar.c1000 archive_entry_set_is_metadata_encrypted(entry, 1); in archive_read_format_rar_read_header()