HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_resetDStream (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/
zstd.h 2801 ZSTDLIB_STATIC_API size_t ZSTD_resetDStream(ZSTD_DStream* zds);
  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 1240 DISPLAYLEVEL(3, "test%3i : ZSTD_resetDStream() with dictionary : ", testNb++);
1244 ZSTD_resetDStream(dctx);
1251 /* The dictionary should not be cleared by ZSTD_resetDStream(). */
1252 ZSTD_resetDStream(dctx);
1569 ZSTD_resetDStream(zd);
2754 CHECK_Z ( ZSTD_resetDStream(zd) );
3194 CHECK_Z( ZSTD_resetDStream(zd) );
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 1769 /* ZSTD_resetDStream() :
1772 size_t ZSTD_resetDStream(ZSTD_DStream* dctx)
1774 DEBUGLOG(4, "ZSTD_resetDStream");

Completed in 32 milliseconds