Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.h72 void ZWRAP_setDecompressionType(ZWRAP_decompress_type type);
H A DREADME.md42 This behavior can be changed using `ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB)` what will make zl…
H A Dzstd_zlibwrapper.c96 void ZWRAP_setDecompressionType(ZWRAP_decompress_type type) { g_ZWRAPdecompressionType = type; } in ZWRAP_setDecompressionType() function