Searched refs:canLzop (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dtest_extract_cpio_lzo.c35 if (f == 0 || canLzop()) {
H A Dtest_option_lzop.c44 if (!canLzop()) {
H A Dtest.h288 int canLzop(void);
H A Dmain.c1960 canLzop(void) function
/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dtest_extract_tar_lzo.c35 if (f == 0 || canLzop()) {
H A Dtest_option_lzop.c43 if (!canLzop()) {
H A Dtest.h290 int canLzop(void);
H A Dmain.c1961 canLzop(void) function
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_read_filter_lzop.c42 if (r == ARCHIVE_WARN && !canLzop()) {
H A Dtest_read_filter_lzop_multiple_parts.c39 if (r == ARCHIVE_WARN && !canLzop()) {
H A Dtest_archive_write_add_filter_by_name.c183 test_filter_by_name("lzop", ARCHIVE_FILTER_LZOP, canLzop);
H A Dtest_read_truncated_filter.c167 test_truncation("lzop", archive_write_add_filter_lzop, canLzop());
H A Dtest.h291 int canLzop(void);
H A Dtest_write_filter_lzop.c47 if (canLzop() && r == ARCHIVE_WARN)
H A Dmain.c1971 canLzop(void) function

Completed in 210 milliseconds