Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.h348 LZ4LIB_API void LZ4_attach_HC_dictionary(LZ4_streamHC_t *working_stream, const LZ4_streamHC_t *dict…
Dlz4hc.c935 void LZ4_attach_HC_dictionary(LZ4_streamHC_t *working_stream, const LZ4_streamHC_t *dictionary_stre… in LZ4_attach_HC_dictionary() function
Dlz4frame.c570 LZ4_attach_HC_dictionary((LZ4_streamHC_t *)ctx, cdict ? cdict->HCCtx : NULL); in LZ4F_initStream()
/external/lz4/tests/
Dfuzzer.c861 LZ4_attach_HC_dictionary(&LZ4_streamHC, &LZ4dictHC); in FUZ_test()
867 LZ4_attach_HC_dictionary(&LZ4_streamHC, &LZ4dictHC); in FUZ_test()
873 LZ4_attach_HC_dictionary(&LZ4_streamHC, &LZ4dictHC); in FUZ_test()
880 LZ4_attach_HC_dictionary(&LZ4_streamHC, &LZ4dictHC); in FUZ_test()