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

  /src/external/bsd/zstd/dist/lib/
zstd.h 1100 * Use experimental ZSTD_CCtx_loadDictionary_byReference() to reference content instead.
2010 /*! ZSTD_CCtx_loadDictionary_byReference() :
2013 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_loadDictionary_byReference(ZSTD_CCtx* cctx, const void* dict, size_t dictSize);
  /src/external/bsd/zstd/dist/programs/
fileio.c 1197 CHECK( ZSTD_CCtx_loadDictionary_byReference(ress.cctx, ress.dict.dictBuffer, ress.dict.dictBufferSize) );
  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 3082 CHECK_Z( ZSTD_CCtx_loadDictionary_byReference(zc, dict, dictSize) );
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 1314 size_t ZSTD_CCtx_loadDictionary_byReference(

Completed in 30 milliseconds