Home
last modified time | relevance | path

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

/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.h81 int ZWRAP_inflateReset_keepDict(z_streamp strm);
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()
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c450 …ret = ZWRAP_inflateReset_keepDict(&inf); /* reuse dictionary to make decompression faster; inflate… in BMK_benchMem()