Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
Dround_trip_stream_fuzzer.c32 LZ4_streamHC_t* cstreamHC; member
74 state.cstreamHC = LZ4_createStreamHC(); in state_create()
87 LZ4_freeStreamHC(state.cstreamHC); in state_free()
95 LZ4_resetStreamHC_fast(state->cstreamHC, state->level); in state_reset()
217 int const cSize = LZ4_compress_HC_continue(state->cstreamHC, src, dst, in state_prefixHCRoundTrip()
239 int const cSize = LZ4_compress_HC_continue(state->cstreamHC, src, dst, in state_extDictHCRoundTrip()
254 LZ4_loadDictHC(state->cstreamHC, dict, dictSize); in state_loadDictHCRoundTrip()
267 LZ4_attach_HC_dictionary(state->cstreamHC, dictStream); in state_attachDictHCRoundTrip()