Searched refs:canZstd (Results 1 – 9 of 9) sorted by relevance
52 if (strstr(p, "Can't launch") != NULL && !canZstd()) { in DEFINE_TEST()61 if (strstr(p, "Can't write") != NULL && !canZstd()) { in DEFINE_TEST()68 if (strstr(p, "Error closing") != NULL && !canZstd()) { in DEFINE_TEST()
35 if (f == 0 || canZstd()) { in DEFINE_TEST()
34 if (f == 0 || canZstd()) { in DEFINE_TEST()
213 test_filter_by_name("zstd", ARCHIVE_FILTER_ZSTD, canZstd); in DEFINE_TEST()
359 int canZstd(void);
2578 canZstd(void) in canZstd() function