Searched defs:archive_entry (Results 1 – 5 of 5) sorted by relevance
82 struct archive_entry { struct83 struct archive *archive;105 void *stat;106 int stat_valid; /* Set to 0 whenever a field in aest changes. */108 struct aest {138 } ae_stat;140 int ae_set; /* bitmap of fields that are currently set */154 struct archive_mstring ae_fflags_text; /* Text fflags per fflagstostr(3) */155 unsigned long ae_fflags_set; /* Bitmap fflags */156 unsigned long ae_fflags_clear;[all …]
1236 void (*_excluded_func)(struct archive *, void *, struct archive_entry *), in archive_read_disk_set_matching()1251 struct archive_entry *), void *_client_data) in archive_read_disk_set_metadata_filter_callback()
1187 int (*read_header)(struct archive_read *, struct archive_entry *), in __archive_read_register_format()
200 archive_entry() in archive_entry() function