Searched refs:archive_read (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_read_private.h | 39 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 D | archive_read_support_format_empty.c | 33 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 D | archive_read_add_passphrase.c | 34 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 D | archive_read_support_format_warc.c | 122 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 D | archive_read_extract.c | 41 struct archive_read * a = (struct archive_read *)_a; in archive_read_extract()
|
H A D | archive_read_support_filter_grzip.c | 63 struct archive_read *a = (struct archive_read *)_a; in archive_read_support_filter_grzip()
|
H A D | archive_read_support_filter_lrzip.c | 62 struct archive_read *a = (struct archive_read *)_a; in archive_read_support_filter_lrzip()
|
H A D | archive_read_set_format.c | 41 struct archive_read *a = (struct archive_read *)_a; in archive_read_set_format()
|
H A D | archive_read_set_options.c | 77 struct archive_read *a = (struct archive_read *)_a; in archive_set_format_option()
|
H A D | archive_ppmd_private.h | 62 struct archive_read *a;
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_archive_read_add_passphrase.c | 29 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 D | README.md | 55 * archive_read.3, archive_write.3, archive_write_disk.3, and
|