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

  /src/external/bsd/zstd/dist/tests/fuzz/
dictionary_decompress.c 49 FUZZ_ZASSERT(ZSTD_DCtx_loadDictionary_advanced(
raw_dictionary_round_trip.c 59 FUZZ_ZASSERT(ZSTD_DCtx_loadDictionary_advanced(
dictionary_loader.c 60 FUZZ_ZASSERT(ZSTD_DCtx_loadDictionary_advanced(
dictionary_round_trip.c 98 FUZZ_ZASSERT(ZSTD_DCtx_loadDictionary_advanced(
dictionary_stream_round_trip.c 190 FUZZ_ZASSERT(ZSTD_DCtx_loadDictionary_advanced(
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 1699 size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx,
1717 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto);
1722 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto);
1727 FORWARD_IF_ERROR(ZSTD_DCtx_loadDictionary_advanced(dctx, prefix, prefixSize, ZSTD_dlm_byRef, dictContentType), "");
  /src/external/bsd/zstd/dist/lib/
zstd.h 1158 * Note 3 : Use ZSTD_DCtx_loadDictionary_advanced() to take control of
2469 /*! ZSTD_DCtx_loadDictionary_advanced() :
2474 ZSTDLIB_STATIC_API size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType);

Completed in 24 milliseconds