Home
last modified time | relevance | path

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

/external/lz4/programs/
Dfuzzer.c293 void* LZ4continue; in FUZ_test() local
520 LZ4continue = LZ4_create (dict); in FUZ_test()
521 …LZ4_compress_continue ((LZ4_stream_t*)LZ4continue, dict, compressedBuffer, dictSize); // Just to… in FUZ_test()
522 …blockContinueCompressedSize = LZ4_compress_continue ((LZ4_stream_t*)LZ4continue, block, compressed… in FUZ_test()
524 free (LZ4continue); in FUZ_test()