Searched refs:format_data (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_private.h94 void *format_data; member in struct:archive_write
H A Darchive_write_set_format_cpio_newc.c100 a->format_data = cpio;
124 cpio = (struct cpio *)a->format_data;
210 cpio = (struct cpio *)a->format_data;
271 cpio = (struct cpio *)a->format_data;
273 a->format_data = NULL;
284 cpio = (struct cpio *)a->format_data;
H A Darchive_write_set_format_ar.c126 a->format_data = ar;
149 ar = (struct ar_w *)a->format_data;
356 ar = (struct ar_w *)a->format_data;
390 ar = (struct ar_w *)a->format_data;
401 a->format_data = NULL;
428 ar = (struct ar_w *)a->format_data;
H A Darchive_write_set_format_cpio.c98 a->format_data = cpio;
186 cpio = (struct cpio *)a->format_data;
257 cpio = (struct cpio *)a->format_data;
319 cpio = (struct cpio *)a->format_data;
322 a->format_data = NULL;
333 cpio = (struct cpio *)a->format_data;
H A Darchive_write_set_format_shar.c121 a->format_data = shar;
148 shar = (struct shar *)a->format_data;
164 shar = (struct shar *)a->format_data;
339 shar = (struct shar *)a->format_data;
453 shar = (struct shar *)a->format_data;
501 shar = (struct shar *)a->format_data;
583 shar = (struct shar *)a->format_data;
615 shar = (struct shar *)a->format_data;
624 a->format_data = NULL;
H A Darchive_write_set_format_ustar.c181 a->format_data = ustar;
202 ustar = (struct ustar *)a->format_data;
538 ustar = (struct ustar *)a->format_data;
540 a->format_data = NULL;
550 ustar = (struct ustar *)a->format_data;
579 ustar = (struct ustar *)a->format_data;
H A Darchive_write_set_format_zip.c204 struct zip *zip = a->format_data;
257 a->format_data = zip;
299 zip = a->format_data;
399 struct zip *zip = a->format_data;
452 struct zip *zip = a->format_data;
505 zip = a->format_data;
588 zip = a->format_data;
599 a->format_data = NULL;
H A Darchive_read_private.h178 void *format_data,
H A Darchive_write_set_format_mtree.c549 struct mtree_writer *mtree= a->format_data;
647 struct mtree_writer *mtree = a->format_data;
835 struct mtree_writer *mtree= a->format_data;
845 struct mtree_writer *mtree= a->format_data;
893 struct mtree_writer *mtree= a->format_data;
903 a->format_data = NULL;
911 struct mtree_writer *mtree= a->format_data;
1036 a->format_data = mtree;
H A Darchive_write_set_format_pax.c111 a->format_data = pax;
423 pax = (struct pax *)a->format_data;
1227 pax = (struct pax *)a->format_data;
1233 a->format_data = NULL;
1243 pax = (struct pax *)a->format_data;
1271 pax = (struct pax *)a->format_data;
H A Darchive_read.c818 void *format_data,
845 a->formats[i].data = format_data;
817 __archive_read_register_format(struct archive_read *a, void *format_data, const char *name, int (*bid)(struct archive_read *), int (*options)(struct archive_read *, const char *, const char *), int (*read_header)(struct archive_read *, struct archive_entry *), int (*read_data)(struct archive_read *, const void **, size_t *, off_t *), int (*read_data_skip)(struct archive_read *), int (*cleanup)(struct archive_read *)) argument

Completed in 178 milliseconds