Searched refs:archive_read (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_empty.c34 static int archive_read_format_empty_bid(struct archive_read *);
35 static int archive_read_format_empty_read_data(struct archive_read *,
37 static int archive_read_format_empty_read_header(struct archive_read *,
42 struct archive_read *a = (struct archive_read *)_a;
60 archive_read_format_empty_bid(struct archive_read *a)
71 archive_read_format_empty_read_header(struct archive_read *a,
84 archive_read_format_empty_read_data(struct archive_read *a,
H A Darchive_read_private.h39 struct archive_read;
49 * * The new filter becomes the top filter in the archive_read structure
69 * This structure is allocated within the archive_read core
70 * and initialized by archive_read and the init() method of the
78 struct archive_read *archive; /* Associated archive. */
119 struct archive_read { struct
160 int (*bid)(struct archive_read *);
161 int (*options)(struct archive_read *, const char *key,
163 int (*read_header)(struct archive_read *, struct archive_entry *);
164 int (*read_data)(struct archive_read *, cons
[all...]
H A Darchive_read_support_format_raw.c46 static int archive_read_format_raw_bid(struct archive_read *);
47 static int archive_read_format_raw_cleanup(struct archive_read *);
48 static int archive_read_format_raw_read_data(struct archive_read *,
50 static int archive_read_format_raw_read_data_skip(struct archive_read *);
51 static int archive_read_format_raw_read_header(struct archive_read *,
58 struct archive_read *a = (struct archive_read *)_a;
90 archive_read_format_raw_bid(struct archive_read *a)
102 archive_read_format_raw_read_header(struct archive_read *a,
120 archive_read_format_raw_read_data(struct archive_read *
[all...]
H A Darchive_read_extract.c56 static int archive_read_extract_cleanup(struct archive_read *);
58 static struct extract *get_extract(struct archive_read *);
61 get_extract(struct archive_read *a)
88 extract = get_extract((struct archive_read *)_a);
99 struct archive_read *a = (struct archive_read *)_a;
130 struct archive_read *a = (struct archive_read *)_a;
147 extract = get_extract((struct archive_read *)ar);
172 archive_read_extract_cleanup(struct archive_read *
[all...]
H A Darchive_read.c58 static int build_stream(struct archive_read *);
59 static int choose_format(struct archive_read *);
60 static int cleanup_filters(struct archive_read *);
84 struct archive_read *a;
86 a = (struct archive_read *)malloc(sizeof(*a));
105 struct archive_read *a = (struct archive_read *)_a;
118 struct archive_read *a;
130 a = (struct archive_read *)_a;
166 struct archive_read *
[all...]
H A Darchive_read_support_format_cpio.c111 int (*read_header)(struct archive_read *, struct cpio *,
123 static int archive_read_format_cpio_bid(struct archive_read *);
124 static int archive_read_format_cpio_cleanup(struct archive_read *);
125 static int archive_read_format_cpio_read_data(struct archive_read *,
127 static int archive_read_format_cpio_read_header(struct archive_read *,
130 static int find_odc_header(struct archive_read *);
131 static int find_newc_header(struct archive_read *);
132 static int header_bin_be(struct archive_read *, struct cpio *,
134 static int header_bin_le(struct archive_read *, struct cpio *,
136 static int header_newc(struct archive_read *, struc
[all...]
H A Darchive_read_support_format_zip.c124 static int archive_read_format_zip_bid(struct archive_read *);
125 static int archive_read_format_zip_cleanup(struct archive_read *);
126 static int archive_read_format_zip_read_data(struct archive_read *,
128 static int archive_read_format_zip_read_data_skip(struct archive_read *a);
129 static int archive_read_format_zip_read_header(struct archive_read *,
131 static int search_next_signature(struct archive_read *);
132 static int zip_read_data_deflate(struct archive_read *a, const void **buff,
134 static int zip_read_data_none(struct archive_read *a, const void **buff,
136 static int zip_read_file_header(struct archive_read *a,
144 struct archive_read *
[all...]
H A Darchive_read_support_format_ar.c78 static int archive_read_format_ar_bid(struct archive_read *a);
79 static int archive_read_format_ar_cleanup(struct archive_read *a);
80 static int archive_read_format_ar_read_data(struct archive_read *a,
82 static int archive_read_format_ar_skip(struct archive_read *a);
83 static int archive_read_format_ar_read_header(struct archive_read *a,
87 static int ar_parse_gnu_filename_table(struct archive_read *a);
94 struct archive_read *a = (struct archive_read *)_a;
125 archive_read_format_ar_cleanup(struct archive_read *a)
138 archive_read_format_ar_bid(struct archive_read *
[all...]
H A Darchive_read_support_format_tar.c181 static int gnu_sparse_old_read(struct archive_read *, struct tar *,
186 static ssize_t gnu_sparse_10_read(struct archive_read *, struct tar *);
187 static int header_Solaris_ACL(struct archive_read *, struct tar *,
189 static int header_common(struct archive_read *, struct tar *,
191 static int header_old_tar(struct archive_read *, struct tar *,
193 static int header_pax_extensions(struct archive_read *, struct tar *,
195 static int header_pax_global(struct archive_read *, struct tar *,
197 static int header_longlink(struct archive_read *, struct tar *,
199 static int header_longname(struct archive_read *, struct tar *,
201 static int header_volume(struct archive_read *, struc
[all...]
H A Darchive_read_support_format_mtree.c104 static int cleanup(struct archive_read *);
105 static int mtree_bid(struct archive_read *);
106 static int parse_file(struct archive_read *, struct archive_entry *,
109 static int parse_line(struct archive_read *, struct archive_entry *,
111 static int parse_keyword(struct archive_read *, struct mtree *,
113 static int read_data(struct archive_read *a,
115 static ssize_t readline(struct archive_read *, struct mtree *, char **, ssize_t);
116 static int skip(struct archive_read *a);
117 static int read_header(struct archive_read *,
138 struct archive_read *
[all...]
H A Darchive_read_support_format_xar.c76 struct archive_read *a = (struct archive_read *)_a;
370 static int xar_bid(struct archive_read *);
371 static int xar_read_header(struct archive_read *,
373 static int xar_read_data(struct archive_read *,
375 static int xar_read_data_skip(struct archive_read *);
376 static int xar_cleanup(struct archive_read *);
377 static int move_reading_point(struct archive_read *, uint64_t);
378 static int rd_contents_init(struct archive_read *,
380 static int rd_contents(struct archive_read *, cons
[all...]
H A Darchive_read_support_format_iso9660.c366 static int archive_read_format_iso9660_bid(struct archive_read *);
367 static int archive_read_format_iso9660_options(struct archive_read *,
369 static int archive_read_format_iso9660_cleanup(struct archive_read *);
370 static int archive_read_format_iso9660_read_data(struct archive_read *,
372 static int archive_read_format_iso9660_read_data_skip(struct archive_read *);
373 static int archive_read_format_iso9660_read_header(struct archive_read *,
389 static int next_cache_entry(struct archive_read *, struct iso9660 *,
391 static int next_entry_seek(struct archive_read *a, struct iso9660 *iso9660,
394 parse_file_info(struct archive_read *a,
396 static int parse_rockridge(struct archive_read *
[all...]
H A Darchive_read_support_compression_xz.c101 struct archive_read *a = (struct archive_read *)_a;
125 struct archive_read *a = (struct archive_read *)_a;
H A Darchive_read_support_compression_bzip2.c78 struct archive_read *a = (struct archive_read *)_a;
H A Darchive_read_support_compression_compress.c146 struct archive_read *a = (struct archive_read *)_a;
H A Darchive_read_support_compression_gzip.c84 struct archive_read *a = (struct archive_read *)_a;
H A Darchive_read_support_compression_rpm.c69 struct archive_read *a = (struct archive_read *)_a;
H A Darchive_read_support_compression_program.c141 struct archive_read *a = (struct archive_read *)_a;
H A Darchive_read_support_compression_uu.c69 struct archive_read *a = (struct archive_read *)_a;

Completed in 90 milliseconds