Home
last modified time | relevance | path

Searched refs:g_ZWRAP_useZSTDcompression (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sys/contrib/zstd/zlibWrapper/
HDzstd_zlibwrapper.c86 static int g_ZWRAP_useZSTDcompression = ZWRAP_USE_ZSTD; /* 0 = don't use ZSTD */ variable
88 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()
269 if (!g_ZWRAP_useZSTDcompression) { in z_deflateInit_()
295 if (!g_ZWRAP_useZSTDcompression) in z_deflateInit2_()
305 if (!g_ZWRAP_useZSTDcompression) in ZWRAP_deflateReset_keepDict()
325 if (!g_ZWRAP_useZSTDcompression) in z_deflateReset()
341 if (!g_ZWRAP_useZSTDcompression) { in z_deflateSetDictionary()
366 if (!g_ZWRAP_useZSTDcompression) { in z_deflate()
470 if (!g_ZWRAP_useZSTDcompression) { in z_deflateEnd()
[all …]