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

  /src/external/bsd/zstd/dist/tests/fuzz/
raw_dictionary_round_trip.c 47 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced(
dictionary_loader.c 40 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced(
dictionary_round_trip.c 71 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced(
dictionary_stream_round_trip.c 76 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced(
  /src/external/bsd/zstd/dist/lib/
zstd.h 1102 * Note 4 : Use ZSTD_CCtx_loadDictionary_advanced()
2015 /*! ZSTD_CCtx_loadDictionary_advanced() :
2019 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_loadDictionary_advanced(ZSTD_CCtx* cctx, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType);
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 2967 ret = ZSTD_CCtx_loadDictionary_advanced(
2979 ret = ZSTD_CCtx_loadDictionary_advanced(
2992 CHECK_Z(ZSTD_CCtx_loadDictionary_advanced(cctx, rawDictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_rawContent));
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 1283 size_t ZSTD_CCtx_loadDictionary_advanced(
1289 DEBUGLOG(4, "ZSTD_CCtx_loadDictionary_advanced (size: %u)", (U32)dictSize);
1317 return ZSTD_CCtx_loadDictionary_advanced(
1323 return ZSTD_CCtx_loadDictionary_advanced(

Completed in 109 milliseconds