Searched refs:format_options (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_private.h97 int (*format_options)(struct archive_write *, member in struct:archive_write
H A Darchive_write.c143 if (a->format_options == NULL)
150 r = a->format_options(a, key, NULL);
152 r = a->format_options(a, key, val);
H A Darchive_write_set_format_zip.c261 a->format_options = archive_write_zip_options;
H A Darchive_write_set_format_mtree.c1041 a->format_options = archive_write_mtree_options;

Completed in 110 milliseconds