Home
last modified time | relevance | path

Searched refs:ZSTD_CCtx_loadDictionary_advanced (Results 1 – 7 of 7) sorted by relevance

/external/zstd/tests/fuzz/
Ddictionary_loader.c39 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced( in compress()
Draw_dictionary_round_trip.c46 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced( in roundTripTest()
Ddictionary_round_trip.c55 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced( in roundTripTest()
Ddictionary_stream_round_trip.c75 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced( in compress()
/external/zstd/lib/
Dzstd.h1602 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary_advanced(ZSTD_CCtx* cctx, const void* dict, size_t dict…
/external/zstd/tests/
Dfuzzer.c2066 ret = ZSTD_CCtx_loadDictionary_advanced( in basicUnitTests()
2078 ret = ZSTD_CCtx_loadDictionary_advanced( in basicUnitTests()
2091 …CHECK_Z(ZSTD_CCtx_loadDictionary_advanced(cctx, rawDictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_… in basicUnitTests()
/external/zstd/lib/compress/
Dzstd_compress.c997 size_t ZSTD_CCtx_loadDictionary_advanced( in ZSTD_CCtx_loadDictionary_advanced() function
1027 return ZSTD_CCtx_loadDictionary_advanced( in ZSTD_CCtx_loadDictionary_byReference()
1033 return ZSTD_CCtx_loadDictionary_advanced( in ZSTD_CCtx_loadDictionary()