Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_private.h160 struct archive_read { global() struct
171 clientarchive_read global() argument
174 biddersarchive_read global() argument
177 filterarchive_read global() argument
200 archive_format_descriptorarchive_read global() argument
216 extractarchive_read global() argument
217 cleanup_archive_extractarchive_read global() argument
231 passphrasesarchive_read global() argument
[all...]
H A Darchive_read.c1178 int (*bid)(struct archive_read *, int), in __archive_read_register_format() argument
1179 int (*options)(struct archive_read *, const char *, const char *), in __archive_read_register_format()
1180 int (*read_header)(struct archive_read *, struct archive_entry *), in __archive_read_register_format()
1181 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *), in __archive_read_register_format()
1182 int (*read_data_skip)(struct archive_read *), in __archive_read_register_format()
1183 int64_t (*seek_data)(struct archive_read *, int64_t, int), in __archive_read_register_format()
1184 int (*cleanup)(struct archive_read *), in __archive_read_register_format()
1185 int (*format_capabilities)(struct archive_read *), in __archive_read_register_format()
1186 int (*has_encrypted_entries)(struct archive_read *)) in __archive_read_register_format()