Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
Dround_trip_stream_fuzzer.c41 cursor_t cursor_create(size_t size) in cursor_create() function
69 state.compressed = cursor_create(1024 + 2 * LZ4_compressBound(size)); in state_create()
70 state.roundTrip = cursor_create(size); in state_create()
159 cursor_t data2 = cursor_create(state->data.size); in state_extDictRoundTrip()
229 cursor_t data2 = cursor_create(state->data.size); in state_extDictHCRoundTrip()