Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h574 LZ4_attach_dictionary(LZ4_stream_t* workingStream,
Dlz4.c1583 void LZ4_attach_dictionary(LZ4_stream_t* workingStream, const LZ4_stream_t* dictionaryStream) in LZ4_attach_dictionary() argument
1589 workingStream, dictionaryStream, in LZ4_attach_dictionary()
1598 if (workingStream->internal_donotuse.currentOffset == 0) { in LZ4_attach_dictionary()
1599 workingStream->internal_donotuse.currentOffset = 64 KB; in LZ4_attach_dictionary()
1608 workingStream->internal_donotuse.dictCtx = dictCtx; in LZ4_attach_dictionary()