Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c94 static ZWRAP_decompress_type g_ZWRAPdecompressionType = ZWRAP_AUTO; variable
600 if (g_ZWRAPdecompressionType == ZWRAP_FORCE_ZLIB) { in z_inflateInit_()
629 if (g_ZWRAPdecompressionType == ZWRAP_FORCE_ZLIB) { in z_inflateInit2_()
647 if (g_ZWRAPdecompressionType == ZWRAP_FORCE_ZLIB || !strm->reserved) in ZWRAP_inflateReset_keepDict()
666 if (g_ZWRAPdecompressionType == ZWRAP_FORCE_ZLIB || !strm->reserved) in z_inflateReset()
684 if (g_ZWRAPdecompressionType == ZWRAP_FORCE_ZLIB || !strm->reserved) in z_inflateReset2()
704 if (g_ZWRAPdecompressionType == ZWRAP_FORCE_ZLIB || !strm->reserved) in z_inflateSetDictionary()
931 if (g_ZWRAPdecompressionType == ZWRAP_FORCE_ZLIB || !strm->reserved) in z_inflateEnd()
1018 if (g_ZWRAPdecompressionType == ZWRAP_FORCE_ZLIB || !strm->reserved) in z_inflateGetDictionary()
1037 if (g_ZWRAPdecompressionType == ZWRAP_FORCE_ZLIB || !strm->reserved) in z_inflateMark()
[all …]