Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
Ddecompress_frame_fuzzer.c60 opts.stableDst = 0; in LLVMFuzzerTestOneInput()
62 opts.stableDst = 1; in LLVMFuzzerTestOneInput()
64 opts.stableDst = 0; in LLVMFuzzerTestOneInput()
66 opts.stableDst = 1; in LLVMFuzzerTestOneInput()
Dlz4_helpers.c35 opts.stableDst = 1; in FUZZ_decompressFrame()
/third_party/lz4/lib/
Dlz4frame.h350 …unsigned stableDst; /* pledges that last 64KB decompressed data will remain available unmodifie… member
Dlz4frame.c1849 …&& (!decompressOptionsPtr->stableDst) /* cannot rely on dst data to remain there for n… in LZ4F_decompress()
/third_party/lz4/tests/
Dframetest.c846 dOptions.stableDst = FUZ_rand(randState) & 1; in test_lz4f_decompression_wBuffers()
847 if (o_scenario == o_overwrite) dOptions.stableDst = 0; /* overwrite mode */ in test_lz4f_decompression_wBuffers()