Home
last modified time | relevance | path

Searched refs:LZ4_attach_dictionary (Results 1 – 5 of 5) sorted by relevance

/external/lz4/lib/
Dlz4.h477 LZ4LIB_STATIC_API void LZ4_attach_dictionary(LZ4_stream_t* workingStream, const LZ4_stream_t* dicti…
Dlz4frame.c586 LZ4_attach_dictionary((LZ4_stream_t *)ctx, cdict ? cdict->fastCtx : NULL); in LZ4F_initStream()
Dlz4.c1431 void LZ4_attach_dictionary(LZ4_stream_t* workingStream, const LZ4_stream_t* dictionaryStream) { in LZ4_attach_dictionary() function
/external/lz4/tests/
Dfuzzer.c787 LZ4_attach_dictionary(&LZ4_stream, &LZ4dictBody); in FUZ_test()
802 LZ4_attach_dictionary(&LZ4_stream, &LZ4dictBody); in FUZ_test()
809 LZ4_attach_dictionary(&LZ4_stream, &LZ4dictBody); in FUZ_test()
819 LZ4_attach_dictionary(&LZ4_stream, &LZ4dictBody); in FUZ_test()
/external/lz4/ossfuzz/
Dround_trip_stream_fuzzer.c203 LZ4_attach_dictionary(state->cstream, dictStream); in state_attachDictRoundTrip()