Home
last modified time | relevance | path

Searched refs:archive_read (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_private.h39 struct archive_read;
96 struct archive_read *archive; /* Associated archive. */
158 struct archive_read { struct
198 int (*bid)(struct archive_read *, int best_bid); argument
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 …]
H A Darchive_read_support_format_empty.c33 static int archive_read_format_empty_bid(struct archive_read *, int);
34 static int archive_read_format_empty_read_data(struct archive_read *,
36 static int archive_read_format_empty_read_header(struct archive_read *,
41 struct archive_read *a = (struct archive_read *)_a; in archive_read_support_format_empty()
65 archive_read_format_empty_bid(struct archive_read *a, int best_bid) in archive_read_format_empty_bid()
73 archive_read_format_empty_read_header(struct archive_read *a, in archive_read_format_empty_read_header()
86 archive_read_format_empty_read_data(struct archive_read *a, in archive_read_format_empty_read_data()
H A Darchive_read_add_passphrase.c34 add_passphrase_to_tail(struct archive_read *a, in add_passphrase_to_tail()
43 remove_passphrases_from_head(struct archive_read *a) in remove_passphrases_from_head()
54 insert_passphrase_to_head(struct archive_read *a, in insert_passphrase_to_head()
66 new_read_passphrase(struct archive_read *a, const char *passphrase) in new_read_passphrase()
89 struct archive_read *a = (struct archive_read *)_a; in archive_read_add_passphrase()
113 struct archive_read *a = (struct archive_read *)_a; in archive_read_set_passphrase_callback()
128 __archive_read_reset_passphrase(struct archive_read *a) in __archive_read_reset_passphrase()
138 __archive_read_next_passphrase(struct archive_read *a) in __archive_read_next_passphrase()
H A Darchive_read_support_format_warc.c122 static int _warc_bid(struct archive_read *a, int);
123 static int _warc_cleanup(struct archive_read *a);
124 static int _warc_read(struct archive_read*, const void**, size_t*, int64_t*);
125 static int _warc_skip(struct archive_read *a);
126 static int _warc_rdhdr(struct archive_read *a, struct archive_entry *e);
141 struct archive_read *a = (struct archive_read *)_a; in archive_read_support_format_warc()
167 _warc_cleanup(struct archive_read *a) in _warc_cleanup()
181 _warc_bid(struct archive_read *a, int best_bid) in _warc_bid()
210 _warc_rdhdr(struct archive_read *a, struct archive_entry *entry) in _warc_rdhdr()
396 _warc_read(struct archive_read *a, const void **buf, size_t *bsz, int64_t *off) in _warc_read()
[all …]
H A Darchive_read_extract.c41 struct archive_read * a = (struct archive_read *)_a; in archive_read_extract()
H A Darchive_read_support_filter_grzip.c63 struct archive_read *a = (struct archive_read *)_a; in archive_read_support_filter_grzip()
H A Darchive_read_support_filter_lrzip.c62 struct archive_read *a = (struct archive_read *)_a; in archive_read_support_filter_lrzip()
H A Darchive_read_set_format.c41 struct archive_read *a = (struct archive_read *)_a; in archive_read_set_format()
H A Darchive_read_set_options.c77 struct archive_read *a = (struct archive_read *)_a; in archive_set_format_option()
H A Darchive_ppmd_private.h62 struct archive_read *a;
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_read_add_passphrase.c29 struct archive_read;
30 extern void __archive_read_reset_passphrase(struct archive_read *);
31 extern const char * __archive_read_next_passphrase(struct archive_read *);
61 struct archive_read *ar = (struct archive_read *)a; in DEFINE_TEST()
75 struct archive_read *ar = (struct archive_read *)a; in DEFINE_TEST()
92 struct archive_read *ar = (struct archive_read *)a; in DEFINE_TEST()
120 struct archive_read *ar = (struct archive_read *)a; in DEFINE_TEST()
136 ar = (struct archive_read *)a; in DEFINE_TEST()
164 struct archive_read *ar = (struct archive_read *)a; in DEFINE_TEST()
183 struct archive_read *ar = (struct archive_read *)a; in DEFINE_TEST()
[all …]
/netbsd-src/external/bsd/libarchive/dist/
H A DREADME.md55 * archive_read.3, archive_write.3, archive_write_disk.3, and