Home
last modified time | relevance | path

Searched defs:archive_entry (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_private.h80 struct archive_entry { struct
81 struct archive *archive;
103 void *stat;
104 int stat_valid; /* Set to 0 whenever a field in aest changes. */
106 struct aest {
136 } ae_stat;
138 int ae_set; /* bitmap of fields that are currently set */
157 struct archive_mstring ae_fflags_text; /* Text fflags per fflagstostr(3) */
158 unsigned long ae_fflags_set; /* Bitmap fflags */
159 unsigned long ae_fflags_clear;
[all …]
H A Darchive_read_disk_posix.c1235 void (*_excluded_func)(struct archive *, void *, struct archive_entry *), in archive_read_disk_set_matching()
1250 struct archive_entry *), void *_client_data) in archive_read_disk_set_metadata_filter_callback()
H A Darchive_read.c1180 int (*read_header)(struct archive_read *, struct archive_entry *), in __archive_read_register_format()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_xar.c733 void (*f1)(struct archive *, struct archive_entry *), in verify()
H A Dtest_read_format_tar.c426 void (*f)(struct archive_entry *), in verify()