Searched refs:ZSTD_CCtx_loadDictionary_advanced (Results 1 – 7 of 7) sorted by relevance
39 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced( in compress()
46 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced( in roundTripTest()
55 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced( in roundTripTest()
75 FUZZ_ZASSERT(ZSTD_CCtx_loadDictionary_advanced( in compress()
1602 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary_advanced(ZSTD_CCtx* cctx, const void* dict, size_t dict…
2066 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()
997 size_t ZSTD_CCtx_loadDictionary_advanced( in ZSTD_CCtx_loadDictionary_advanced() function1027 return ZSTD_CCtx_loadDictionary_advanced( in ZSTD_CCtx_loadDictionary_byReference()1033 return ZSTD_CCtx_loadDictionary_advanced( in ZSTD_CCtx_loadDictionary()