Searched refs:LZ4_decompress_safe_continue (Results 1 – 9 of 9) sorted by relevance
/third_party/lz4/examples/ |
D | blockStreaming_ringBuffer.c | 101 const int decBytes = LZ4_decompress_safe_continue( in test_decompress()
|
D | blockStreaming_doubleBuffer.c | 102 const int decBytes = LZ4_decompress_safe_continue( in test_decompress()
|
D | blockStreaming_lineByLine.c | 107 const int decBytes = LZ4_decompress_safe_continue( in test_decompress()
|
D | HCStreaming_ringBuffer.c | 114 const int decBytes = LZ4_decompress_safe_continue( in test_decompress()
|
D | dictionaryRandomAccess.c | 158 const int decBytes = LZ4_decompress_safe_continue( in test_decompress()
|
/third_party/lz4/lib/ |
D | lz4.h | 409 LZ4LIB_API int LZ4_decompress_safe_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* src,…
|
D | lz4.c | 2322 int LZ4_decompress_safe_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* d… in LZ4_decompress_safe_continue() function
|
/third_party/lz4/tests/ |
D | fuzzer.c | 1214 …{ int const r = LZ4_decompress_safe_continue(&decodeStateSafe, testCompressed, testVerify + dNext,… in FUZ_unitTests() 1464 …result = LZ4_decompress_safe_continue(&decodeStateSafe, testCompressed, testVerify + dNext, compre… in FUZ_unitTests() 1530 …result = LZ4_decompress_safe_continue(&decodeStateSafe, testCompressed, ringBufferSafe + dNext, co… in FUZ_unitTests() 1567 result = LZ4_decompress_safe_continue(&decodeStateSafe, in FUZ_unitTests()
|
/third_party/lz4/ossfuzz/ |
D | round_trip_stream_fuzzer.c | 107 int const dSize = LZ4_decompress_safe_continue(state->dstream, src, dst, in state_decompress()
|