Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
Dround_trip_stream_fuzzer.c96 LZ4_setStreamDecode(state->dstream, NULL, 0); in state_reset()
193 LZ4_setStreamDecode(state->dstream, dict, dictSize); in state_loadDictRoundTrip()
204 LZ4_setStreamDecode(state->dstream, dict, dictSize); in state_attachDictRoundTrip()
255 LZ4_setStreamDecode(state->dstream, dict, dictSize); in state_loadDictHCRoundTrip()
268 LZ4_setStreamDecode(state->dstream, dict, dictSize); in state_attachDictHCRoundTrip()
/third_party/lz4/examples/
DblockStreaming_doubleBuffer.c82 LZ4_setStreamDecode(lz4StreamDecode, NULL, 0); in test_decompress()
DdictionaryRandomAccess.c156 LZ4_setStreamDecode(lz4StreamDecode, dict, dictSize); in test_decompress()
/third_party/lz4/tests/
Dfuzzer.c1202 LZ4_setStreamDecode(&decodeStateSafe, NULL, 0); in FUZ_unitTests()
1203 LZ4_setStreamDecode(&decodeStateFast, NULL, 0); in FUZ_unitTests()
1448 LZ4_setStreamDecode(&decodeStateSafe, NULL, 0); in FUZ_unitTests()
1449 LZ4_setStreamDecode(&decodeStateFast, NULL, 0); in FUZ_unitTests()
1516 LZ4_setStreamDecode(&decodeStateSafe, NULL, 0); in FUZ_unitTests()
1517 LZ4_setStreamDecode(&decodeStateFast, NULL, 0); in FUZ_unitTests()
/third_party/lz4/lib/
Dlz4.h368 LZ4LIB_API int LZ4_setStreamDecode (LZ4_streamDecode_t* LZ4_streamDecode, const char* dictionary, i…
Dlz4.c2285 int LZ4_setStreamDecode (LZ4_streamDecode_t* LZ4_streamDecode, const char* dictionary, int dictSize) in LZ4_setStreamDecode() function