Searched refs:ZWRAP_isUsingZSTDcompression (Results 1 – 5 of 5) sorted by relevance
44 int ZWRAP_isUsingZSTDcompression(void);
90 int ZWRAP_isUsingZSTDcompression(void) { return g_ZWRAP_useZSTDcompression; } in ZWRAP_isUsingZSTDcompression() function
159 if (ZWRAP_isUsingZSTDcompression()) printf("zstd version %s\n", zstdVersion()); in main()
589 if (ZWRAP_isUsingZSTDcompression()) printf("zstd version %s\n", zstdVersion());616 if (!ZWRAP_isUsingZSTDcompression()) {
308 if (ZWRAP_isUsingZSTDcompression()) in BMK_benchMem()316 …if (ZWRAP_isUsingZSTDcompression()) useSetDict = 0; /* zstd doesn't require deflateSetDictionary a… in BMK_benchMem()