Home
last modified time | relevance | path

Searched refs:archive_read_open2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_open2.c68 archive_read_open2(a, NULL, o, r, s, c)); in test()
H A Dtest_tar_large.c265 archive_read_open2(a, &memdata, NULL, in DEFINE_TEST()
/freebsd/lib/libarchive/
H A DMakefile312 MLINKS+= archive_read_open.3 archive_read_open2.3
/freebsd/contrib/libarchive/libarchive/
H A Darchive.h518 __LA_DECL int archive_read_open2(struct archive *, void *_client_data,
H A Darchive_read.c145 archive_read_open2(struct archive *a, void *client_data, in archive_read_open2() function