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…
96 void ZWRAP_setDecompressionType(ZWRAP_decompress_type type) { g_ZWRAPdecompressionType = type; } in ZWRAP_setDecompressionType() function
439 if (compressor == BMK_ZLIB_REUSE) ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB); in BMK_benchMem()440 else ZWRAP_setDecompressionType(ZWRAP_AUTO); in BMK_benchMem()475 if (compressor == BMK_ZLIB) ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB); in BMK_benchMem()476 else ZWRAP_setDecompressionType(ZWRAP_AUTO); in BMK_benchMem()