Searched refs:g_ZWRAP_useZSTDcompression (Results 1 – 1 of 1) sorted by relevance
86 static int g_ZWRAP_useZSTDcompression = ZWRAP_USE_ZSTD; /* 0 = don't use ZSTD */ variable88 void ZWRAP_useZSTDcompression(int turn_on) { g_ZWRAP_useZSTDcompression = turn_on; } in ZWRAP_useZSTDcompression()90 int ZWRAP_isUsingZSTDcompression(void) { return g_ZWRAP_useZSTDcompression; } in ZWRAP_isUsingZSTDcompression()260 if (!g_ZWRAP_useZSTDcompression) { in z_deflateInit_()286 if (!g_ZWRAP_useZSTDcompression) in z_deflateInit2_()296 if (!g_ZWRAP_useZSTDcompression) in ZWRAP_deflateReset_keepDict()316 if (!g_ZWRAP_useZSTDcompression) in z_deflateReset()332 if (!g_ZWRAP_useZSTDcompression) { in z_deflateSetDictionary()357 if (!g_ZWRAP_useZSTDcompression) { in z_deflate()455 if (!g_ZWRAP_useZSTDcompression) { in z_deflateEnd()[all …]