Home
last modified time | relevance | path

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

/external/zlib/contrib/tests/fuzzers/
Dstreaming_inflate_fuzzer.cc31 size_t comp_buf_cap = deflateBound(&comp_strm, size); in LLVMFuzzerTestOneInput() local
32 uint8_t* comp_buf = (uint8_t*)malloc(comp_buf_cap); in LLVMFuzzerTestOneInput()
35 comp_strm.avail_out = comp_buf_cap; in LLVMFuzzerTestOneInput()
40 size_t comp_sz = comp_buf_cap - comp_strm.avail_out; in LLVMFuzzerTestOneInput()