Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h477 LZ4LIB_STATIC_API void LZ4_attach_dictionary(LZ4_stream_t* workingStream, const LZ4_stream_t* dicti…
Dlz4.c1431 void LZ4_attach_dictionary(LZ4_stream_t* workingStream, const LZ4_stream_t* dictionaryStream) { in LZ4_attach_dictionary() argument
1436 workingStream, dictionaryStream, in LZ4_attach_dictionary()
1443 LZ4_resetStream_fast(workingStream); in LZ4_attach_dictionary()
1451 if (workingStream->internal_donotuse.currentOffset == 0) { in LZ4_attach_dictionary()
1452 workingStream->internal_donotuse.currentOffset = 64 KB; in LZ4_attach_dictionary()
1461 workingStream->internal_donotuse.dictCtx = dictCtx; in LZ4_attach_dictionary()