Searched refs:ZWRAP_setDecompressionType (Results 1 – 4 of 4) sorted by relevance
69 void ZWRAP_setDecompressionType(ZWRAP_decompress_type type);
42 This behavior can be changed using `ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB)` what will make zl…
57 void ZWRAP_setDecompressionType(ZWRAP_decompress_type type) { g_ZWRAPdecompressionType = type; }; in ZWRAP_setDecompressionType() function
437 if (compressor == BMK_ZLIB_REUSE) ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB); in BMK_benchMem()438 else ZWRAP_setDecompressionType(ZWRAP_AUTO); in BMK_benchMem()473 if (compressor == BMK_ZLIB) ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB); in BMK_benchMem()474 else ZWRAP_setDecompressionType(ZWRAP_AUTO); in BMK_benchMem()