Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
Dround_trip_frame_fuzzer.c21 size = FUZZ_dataProducer_remainingBytes(producer); in LLVMFuzzerTestOneInput()
25 char* const rt = (char*)malloc(FUZZ_dataProducer_remainingBytes(producer)); in LLVMFuzzerTestOneInput()
Dfuzz_data_producer.h36 size_t FUZZ_dataProducer_remainingBytes(FUZZ_dataProducer_t *producer);
Dround_trip_hc_fuzzer.c21 size = FUZZ_dataProducer_remainingBytes(producer); in LLVMFuzzerTestOneInput()
Dcompress_frame_fuzzer.c23 size = FUZZ_dataProducer_remainingBytes(producer); in LLVMFuzzerTestOneInput()
Dcompress_fuzzer.c20 size = FUZZ_dataProducer_remainingBytes(producer); in LLVMFuzzerTestOneInput()
Dcompress_hc_fuzzer.c22 size = FUZZ_dataProducer_remainingBytes(producer); in LLVMFuzzerTestOneInput()
Ddecompress_frame_fuzzer.c36 size = FUZZ_dataProducer_remainingBytes(producer); in LLVMFuzzerTestOneInput()
Ddecompress_fuzzer.c19 size = FUZZ_dataProducer_remainingBytes(producer); in LLVMFuzzerTestOneInput()
Dfuzz_data_producer.c75 size_t FUZZ_dataProducer_remainingBytes(FUZZ_dataProducer_t *producer){ in FUZZ_dataProducer_remainingBytes() function
Dround_trip_fuzzer.c19 size = FUZZ_dataProducer_remainingBytes(producer); in LLVMFuzzerTestOneInput()
Dround_trip_frame_uncompressed_fuzzer.c50 size = FUZZ_dataProducer_remainingBytes(producer); in compress_round_trip()