Home
last modified time | relevance | path

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

/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.h57 int ZWRAP_deflateReset_keepDict(z_streamp strm);
Dzstd_zlibwrapper.c293 int ZWRAP_deflateReset_keepDict(z_streamp strm) in ZWRAP_deflateReset_keepDict() function
319 ZWRAP_deflateReset_keepDict(strm); in z_deflateReset()
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c309 … ret = ZWRAP_deflateReset_keepDict(&def); /* reuse dictionary to make compression faster */ in BMK_benchMem()