Home
last modified time | relevance | path

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

/minix/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_private.h119 struct archive_read { struct
129 * Used by archive_read_data() to track blocks and copy argument
138 struct archive_read_client client; argument
141 struct archive_read_filter_bidder bidders[8]; argument
144 struct archive_read_filter *filter; argument
160 int (*bid)(struct archive_read *); argument
174 int (*cleanup_archive_extract)(struct archive_read *); argument
H A Darchive_read.c820 int (*bid)(struct archive_read *), in __archive_read_register_format()
821 int (*options)(struct archive_read *, const char *, const char *), in __archive_read_register_format()
822 int (*read_header)(struct archive_read *, struct archive_entry *), in __archive_read_register_format()
823 int (*read_data)(struct archive_read *, const void **, size_t *, off_t *), in __archive_read_register_format()
824 int (*read_data_skip)(struct archive_read *), in __archive_read_register_format()
825 int (*cleanup)(struct archive_read *)) in __archive_read_register_format()