Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.h47 int ZWRAP_isUsingZSTDcompression(void);
H A Dzstd_zlibwrapper.c90 int ZWRAP_isUsingZSTDcompression(void) { return g_ZWRAP_useZSTDcompression; } in ZWRAP_isUsingZSTDcompression() function
/aosp_15_r20/external/zstd/zlibWrapper/examples/
H A Dexample.c558 if (ZWRAP_isUsingZSTDcompression()) printf("zstd version %s\n", zstdVersion()); in main()
585 if (!ZWRAP_isUsingZSTDcompression()) { in main()
H A Dfitblk.c159 if (ZWRAP_isUsingZSTDcompression()) printf("zstd version %s\n", zstdVersion()); in main()
H A Dzwrapbench.c323 if (ZWRAP_isUsingZSTDcompression()) in BMK_benchMem()
331 …if (ZWRAP_isUsingZSTDcompression()) useSetDict = 0; /* zstd doesn't require deflateSetDictionary a… in BMK_benchMem()