Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.h499 LZ4LIB_STATIC_API void LZ4_attach_dictionary(LZ4_stream_t* workingStream, const LZ4_stream_t* dicti…
Dlz4.c1517 void LZ4_attach_dictionary(LZ4_stream_t* workingStream, const LZ4_stream_t* dictionaryStream) { in LZ4_attach_dictionary() argument
1522 workingStream, dictionaryStream, in LZ4_attach_dictionary()
1531 if (workingStream->internal_donotuse.currentOffset == 0) { in LZ4_attach_dictionary()
1532 workingStream->internal_donotuse.currentOffset = 64 KB; in LZ4_attach_dictionary()
1541 workingStream->internal_donotuse.dictCtx = dictCtx; in LZ4_attach_dictionary()