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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_data_into_fd.c49 archive_read_data_into_fd(struct archive *a, int fd) function
58 __archive_check_magic(a, ARCHIVE_READ_MAGIC, ARCHIVE_STATE_DATA, "archive_read_data_into_fd");
H A Darchive.h422 __LA_DECL int archive_read_data_into_fd(struct archive *, int fd);
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_read_large.c84 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
99 /* Check archive_read_data_into_fd */
111 assertEqualIntA(a, 0, archive_read_data_into_fd(a, tmpfilefd));
/freebsd-9.3-release/usr.bin/ar/
H A Dread.c168 r = archive_read_data_into_fd(a, 1);
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dread.c316 r = archive_read_data_into_fd(a, 1);

Completed in 183 milliseconds