Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/fuzz/
H A Dlint.c121 uval = xmlFuzzReadInt(4); in LLVMFuzzerTestOneInput()
148 uval = xmlFuzzReadInt(4); in LLVMFuzzerTestOneInput()
159 ival = xmlFuzzReadInt(1); in LLVMFuzzerTestOneInput()
166 ival = xmlFuzzReadInt(1); in LLVMFuzzerTestOneInput()
H A Dxinclude.c37 opts = (int) xmlFuzzReadInt(4); in LLVMFuzzerTestOneInput()
39 maxAlloc = xmlFuzzReadInt(4) % (size + 100); in LLVMFuzzerTestOneInput()
H A Dxml.c36 opts = (int) xmlFuzzReadInt(4); in LLVMFuzzerTestOneInput()
43 maxAlloc = xmlFuzzReadInt(4) % (size + 100); in LLVMFuzzerTestOneInput()
H A Dhtml.c34 opts = (int) xmlFuzzReadInt(4); in LLVMFuzzerTestOneInput()
35 maxAlloc = xmlFuzzReadInt(4) % (size + 100); in LLVMFuzzerTestOneInput()
H A Dvalid.c36 opts = (int) xmlFuzzReadInt(4); in LLVMFuzzerTestOneInput()
39 maxAlloc = xmlFuzzReadInt(4) % (size + 100); in LLVMFuzzerTestOneInput()
H A Dreader.c116 opts = (int) xmlFuzzReadInt(4); in LLVMFuzzerTestOneInput()
117 maxAlloc = xmlFuzzReadInt(4) % (size + 100); in LLVMFuzzerTestOneInput()
H A Dregexp.c30 maxAlloc = xmlFuzzReadInt(4) % (size * 8 + 100); in LLVMFuzzerTestOneInput()
H A Dschema.c32 maxAlloc = xmlFuzzReadInt(4) % (size + 100); in LLVMFuzzerTestOneInput()
H A Dxpath.c37 maxAlloc = xmlFuzzReadInt(4) % (size + 100); in LLVMFuzzerTestOneInput()
H A Dfuzz.h92 xmlFuzzReadInt(int size);
H A Duri.c31 maxAlloc = xmlFuzzReadInt(4) % (size * 8 + 100); in LLVMFuzzerTestOneInput()
H A Dfuzz.c217 xmlFuzzReadInt(int size) { in xmlFuzzReadInt() function
H A Dapi.c935 offset = (xmlFuzzReadInt(1) + 1) & REG_MASK; in opDup()
983 maxAlloc = xmlFuzzReadInt(4) % (size * 50 + 10); in LLVMFuzzerTestOneInput()
1003 int op = xmlFuzzReadInt(1); in LLVMFuzzerTestOneInput()
1011 setInt(0, (int) xmlFuzzReadInt(4)); in LLVMFuzzerTestOneInput()