Home
last modified time | relevance | path

Searched refs:LZ4_attach_HC_dictionary (Results 1 – 6 of 6) sorted by relevance

/third_party/lz4/lib/
Dlz4hc.h404 LZ4LIB_STATIC_API void LZ4_attach_HC_dictionary(
Dlz4hc.c1087 void LZ4_attach_HC_dictionary(LZ4_streamHC_t *working_stream, const LZ4_streamHC_t *dictionary_stre… in LZ4_attach_HC_dictionary() function
Dlz4frame.c656 LZ4_attach_HC_dictionary((LZ4_streamHC_t *)ctx, cdict ? cdict->HCCtx : NULL); in LZ4F_initStream()
/third_party/lz4/tests/
Dfuzzer.c957 LZ4_attach_HC_dictionary(LZ4_streamHC, LZ4dictHC); in FUZ_test()
965 LZ4_attach_HC_dictionary(LZ4_streamHC, LZ4dictHC); in FUZ_test()
972 LZ4_attach_HC_dictionary(LZ4_streamHC, LZ4dictHC); in FUZ_test()
980 LZ4_attach_HC_dictionary(LZ4_streamHC, LZ4dictHC); in FUZ_test()
/third_party/lz4/ossfuzz/
Dround_trip_stream_fuzzer.c267 LZ4_attach_HC_dictionary(state->cstreamHC, dictStream); in state_attachDictHCRoundTrip()
/third_party/lz4/programs/
Dbench.c219 LZ4_attach_HC_dictionary(pThis->LZ4_streamHC, pThis->LZ4_dictStreamHC); in LZ4_compressResetStreamHC()