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

/freebsd-current/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) function
304 LOG_WRAPPERC("- ZWRAP_deflateReset_keepDict\n");
328 ZWRAP_deflateReset_keepDict(strm);
/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c324 ret = ZWRAP_deflateReset_keepDict(&def); /* reuse dictionary to make compression faster */
331 if (ZWRAP_isUsingZSTDcompression()) useSetDict = 0; /* zstd doesn't require deflateSetDictionary after ZWRAP_deflateReset_keepDict */

Completed in 182 milliseconds