Home
last modified time | relevance | path

Searched defs:archive_read (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_read_private.h160 struct archive_read { struct
171 struct archive_read_client client; argument
174 struct archive_read_filter_bidder bidders[16]; argument
177 struct archive_read_filter *filter; argument
200 int (*bid)(struct archive_read *, int best_bid); argument
216 struct archive_read_extract *extract; argument
217 int (*cleanup_archive_extract)(struct archive_read *); argument
231 int __archive_read_register_format(struct archive_read *a, argument
H A Darchive_read.c1185 int (*bid)(struct archive_read *, int), in __archive_read_register_format() argument
1186 int (*options)(struct archive_read *, const char *, const char *), in __archive_read_register_format()
1187 int (*read_header)(struct archive_read *, struct archive_entry *), in __archive_read_register_format()
1188 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *), in __archive_read_register_format()
1189 int (*read_data_skip)(struct archive_read *), in __archive_read_register_format()
1190 int64_t (*seek_data)(struct archive_read *, int64_t, int), in __archive_read_register_format()
1191 int (*cleanup)(struct archive_read *), in __archive_read_register_format()
1192 int (*format_capabilities)(struct archive_read *), in __archive_read_register_format()
1193 int (*has_encrypted_entries)(struct archive_read *)) in __archive_read_register_format()