Searched refs:canGzip (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dtest_extract_cpio_gz.c35 if (f == 0 || canGzip()) {
H A Dtest_option_z.c43 if (!canGzip()) {
H A Dtest.h276 int canGzip(void);
H A Dmain.c1900 canGzip(void) function
/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dtest_extract_tar_gz.c35 if (f == 0 || canGzip()) {
H A Dtest_option_z.c43 if (!canGzip()) {
H A Dtest.h278 int canGzip(void);
H A Dmain.c1901 canGzip(void) function
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_write_filter_program.c40 if (!canGzip()) {
50 if (r != ARCHIVE_OK && canGzip())
98 if (r != ARCHIVE_OK && !canGzip()) {
H A Dtest_empty_write.c44 if (r != ARCHIVE_OK && !canGzip()) {
47 if (r != ARCHIVE_OK && canGzip())
H A Dtest_read_filter_program.c64 if (!canGzip()) {
H A Dtest_read_filter_program_signature.c67 if (!canGzip()) {
H A Dtest_write_filter_gzip_timestamp.c58 if (canGzip() && r == ARCHIVE_WARN)
H A Dtest_read_set_format.c136 if (r == ARCHIVE_WARN && !canGzip()) {
181 if (!canGzip()) {
H A Dtest_archive_write_add_filter_by_name.c163 test_filter_by_name("gzip", ARCHIVE_FILTER_GZIP, canGzip);
H A Dtest_read_truncated_filter.c152 test_truncation("gzip", archive_write_add_filter_gzip, canGzip());
H A Dtest.h276 int canGzip(void);
H A Dtest_write_filter_gzip.c66 if (canGzip() && r == ARCHIVE_WARN)
H A Dmain.c1899 canGzip(void) function

Completed in 275 milliseconds