Searched refs:LZ4_decompress_fast_continue (Results 1 – 3 of 3) sorted by relevance
/third_party/lz4/lib/ |
D | lz4.h | 756 LZ4LIB_API int LZ4_decompress_fast_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* src,…
|
D | lz4.c | 2362 int LZ4_decompress_fast_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* d… in LZ4_decompress_fast_continue() function
|
/third_party/lz4/tests/ |
D | fuzzer.c | 1221 …{ int const r = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, testVerify + dNext,… in FUZ_unitTests() 1472 …result = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, testVerify + dNext, (int)m… in FUZ_unitTests() 1537 …result = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, ringBufferFast + dNext, me… in FUZ_unitTests() 1578 …result = LZ4_decompress_fast_continue(&decodeStateFast, testCompressed, ringBufferFast + dNext, me… in FUZ_unitTests()
|