Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_private.h195 struct archive_format_descriptor { struct
196 void *data;
197 const char *name;
198 int (*bid)(struct archive_read *, int best_bid);
199 int (*options)(struct archive_read *, const char *key,
201 int (*read_header)(struct archive_read *, struct archive_entry *);
202 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *);
203 int (*read_data_skip)(struct archive_read *);
204 int64_t (*seek_data)(struct archive_read *, int64_t, int);
205 int (*cleanup)(struct archive_read *);
[all …]