Searched refs:archive_vtable (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_private.h63 struct archive_vtable { struct
103 struct archive_vtable *vtable;
H A Darchive_write.c63 static struct archive_vtable *archive_write_vtable(void);
82 static struct archive_vtable *
85 static struct archive_vtable av;
H A Darchive_read.c60 static struct archive_vtable *archive_read_vtable(void);
75 static struct archive_vtable *
78 static struct archive_vtable av;
H A Darchive_write_disk_posix.c360 static struct archive_vtable *archive_write_disk_vtable(void);
395 static struct archive_vtable *
398 static struct archive_vtable av;
H A Darchive_read_disk_posix.c370 static struct archive_vtable *
373 static struct archive_vtable av;

Completed in 133 milliseconds