Home | History | Annotate | Download | only in programs

Lines Matching refs:LZ4_stream_t

294     LZ4_stream_t LZ4dict;
521 LZ4_compress_continue ((LZ4_stream_t*)LZ4continue, dict, compressedBuffer, dictSize); // Just to fill hash tables
522 blockContinueCompressedSize = LZ4_compress_continue ((LZ4_stream_t*)LZ4continue, block, compressedBuffer, blockSize);
703 LZ4_stream_t* statePtr;
704 LZ4_stream_t streamingState;