Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.h379 /*! LZ4_attach_HC_dictionary() :
404 LZ4LIB_STATIC_API void LZ4_attach_HC_dictionary(
H A Dlz4frame.c656 LZ4_attach_HC_dictionary((LZ4_streamHC_t *)ctx, cdict ? cdict->HCCtx : NULL); in LZ4F_initStream()
H A Dlz4hc.c1087 void LZ4_attach_HC_dictionary(LZ4_streamHC_t *working_stream, const LZ4_streamHC_t *dictionary_stream) { in LZ4_attach_HC_dictionary() function
/third_party/lz4/tests/
H A 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/
H A Dround_trip_stream_fuzzer.c267 LZ4_attach_HC_dictionary(state->cstreamHC, dictStream); in state_attachDictHCRoundTrip()
/third_party/lz4/programs/
H A Dbench.c219 LZ4_attach_HC_dictionary(pThis->LZ4_streamHC, pThis->LZ4_dictStreamHC); in LZ4_compressResetStreamHC()

Completed in 14 milliseconds