Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h478 LZ4LIB_API void LZ4_attach_dictionary(LZ4_stream_t *working_stream, const LZ4_stream_t *dictionary_…
Dlz4frame.c567 LZ4_attach_dictionary((LZ4_stream_t *)ctx, cdict ? cdict->fastCtx : NULL); in LZ4F_initStream()
Dlz4.c1232 void LZ4_attach_dictionary(LZ4_stream_t *working_stream, const LZ4_stream_t *dictionary_stream) { in LZ4_attach_dictionary() function
/external/lz4/tests/
Dfuzzer.c744 LZ4_attach_dictionary(&LZ4_stream, &LZ4dict); in FUZ_test()
758 LZ4_attach_dictionary(&LZ4_stream, &LZ4dict); in FUZ_test()
764 LZ4_attach_dictionary(&LZ4_stream, &LZ4dict); in FUZ_test()
773 LZ4_attach_dictionary(&LZ4_stream, &LZ4dict); in FUZ_test()