Home
last modified time | relevance | path

Searched refs:workingStream (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/lz4/
Dlz4.h606 LZ4_attach_dictionary(LZ4_stream_t* workingStream,
Dlz4.c1606 void LZ4_attach_dictionary(LZ4_stream_t* workingStream, const LZ4_stream_t* dictionaryStream) in LZ4_attach_dictionary() argument
1612 workingStream, dictionaryStream, in LZ4_attach_dictionary()
1621 if (workingStream->internal_donotuse.currentOffset == 0) { in LZ4_attach_dictionary()
1622 workingStream->internal_donotuse.currentOffset = 64 KB; in LZ4_attach_dictionary()
1631 workingStream->internal_donotuse.dictCtx = dictCtx; in LZ4_attach_dictionary()