Searched refs:canZstd (Results 1 – 9 of 9) sorted by relevance
33 if (strstr(p, "Can't launch") != NULL && !canZstd()) { in DEFINE_TEST()42 if (strstr(p, "Can't write") != NULL && !canZstd()) { in DEFINE_TEST()49 if (strstr(p, "Error closing") != NULL && !canZstd()) { in DEFINE_TEST()
16 if (f == 0 || canZstd()) { in DEFINE_TEST()
205 test_filter_by_name("zstd", ARCHIVE_FILTER_ZSTD, canZstd); in DEFINE_TEST()
353 int canZstd(void);
2612 canZstd(void) in canZstd() function