Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.h57 int ZWRAP_deflateReset_keepDict(z_streamp strm);
H A Dzstd_zlibwrapper.c302 int ZWRAP_deflateReset_keepDict(z_streamp strm) in ZWRAP_deflateReset_keepDict() function
328 ZWRAP_deflateReset_keepDict(strm); in z_deflateReset()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c324 … ret = ZWRAP_deflateReset_keepDict(&def); /* reuse dictionary to make compression faster */ in BMK_benchMem()