Searched refs:archive_read_data_into_fd (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_read_large.c85 assertA(0 == archive_read_data_into_fd(a, tmpfilefd));
H A Dtest_read_data_large.c32 * this and also exercises archive_read_data_into_fd() (which
91 /* Check archive_read_data_into_fd */
103 assertEqualIntA(a, 0, archive_read_data_into_fd(a, tmpfilefd));
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_data_into_fd.c81 archive_read_data_into_fd(struct archive *a, int fd) function
95 "archive_read_data_into_fd");
H A Darchive.h492 __LA_DECL int archive_read_data_into_fd(struct archive *, int fd);
/freebsd-10.0-release/usr.bin/ar/
H A Dread.c167 r = archive_read_data_into_fd(a, 1);
/freebsd-10.0-release/contrib/libarchive/tar/
H A Dread.c334 r = archive_read_data_into_fd(a, 1);

Completed in 73 milliseconds