Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.h81 int ZWRAP_inflateReset_keepDict(z_streamp strm);
H A Dzstd_zlibwrapper.c629 int ZWRAP_inflateReset_keepDict(z_streamp strm) in ZWRAP_inflateReset_keepDict() function
654 { int const ret = ZWRAP_inflateReset_keepDict(strm); in z_inflateReset()
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c450 …ret = ZWRAP_inflateReset_keepDict(&inf); /* reuse dictionary to make decompression faster; inflate… in BMK_benchMem()