Searched refs:decodeStateSafe (Results 1 – 1 of 1) sorted by relevance
/external/lz4/tests/ |
D | fuzzer.c | 1002 LZ4_streamDecode_t decodeStateSafe, decodeStateFast; in FUZ_unitTests() local 1016 LZ4_setStreamDecode(&decodeStateSafe, NULL, 0); in FUZ_unitTests() 1027 …result = LZ4_decompress_safe_continue(&decodeStateSafe, testCompressed, testVerify + dNext, compre… in FUZ_unitTests() 1162 LZ4_streamDecode_t decodeStateSafe, decodeStateFast; in FUZ_unitTests() local 1176 LZ4_setStreamDecode(&decodeStateSafe, NULL, 0); in FUZ_unitTests() 1187 …result = LZ4_decompress_safe_continue(&decodeStateSafe, testCompressed, testVerify + dNext, compre… in FUZ_unitTests() 1219 LZ4_streamDecode_t decodeStateSafe, decodeStateFast; in FUZ_unitTests() local 1237 LZ4_setStreamDecode(&decodeStateSafe, NULL, 0); in FUZ_unitTests() 1250 …result = LZ4_decompress_safe_continue(&decodeStateSafe, testCompressed, ringBufferSafe + dNext, co… in FUZ_unitTests() 1285 result = LZ4_decompress_safe_continue(&decodeStateSafe, in FUZ_unitTests()
|