Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/fuzz/
H A Duri.c39 xmlFuzzCheckMallocFailure("xmlParseURISafe", intRes == -1); in LLVMFuzzerTestOneInput()
44 xmlFuzzCheckMallocFailure("xmlSaveURI", strRes == NULL); in LLVMFuzzerTestOneInput()
57 xmlFuzzCheckMallocFailure("xmlURIUnescapeString", in LLVMFuzzerTestOneInput()
65 xmlFuzzCheckMallocFailure("xmlCanonicPath", in LLVMFuzzerTestOneInput()
71 xmlFuzzCheckMallocFailure("xmlPathToURI", str1 != NULL && strRes == NULL); in LLVMFuzzerTestOneInput()
76 xmlFuzzCheckMallocFailure("xmlBuildURISafe", intRes == -1); in LLVMFuzzerTestOneInput()
83 xmlFuzzCheckMallocFailure("xmlBuildRelativeURISafe", intRes == -1); in LLVMFuzzerTestOneInput()
90 xmlFuzzCheckMallocFailure("xmlURIEscapeStr", in LLVMFuzzerTestOneInput()
H A Dhtml.c50 xmlFuzzCheckMallocFailure("htmlCtxtReadMemory", in LLVMFuzzerTestOneInput()
69 xmlFuzzCheckMallocFailure("htmlDocContentDumpOutput", in LLVMFuzzerTestOneInput()
74 xmlFuzzCheckMallocFailure("xmlCopyNode", copy == NULL); in LLVMFuzzerTestOneInput()
107 xmlFuzzCheckMallocFailure("htmlParseChunk", in LLVMFuzzerTestOneInput()
H A Dxinclude.c58 xmlFuzzCheckMallocFailure("xmlCtxtReadMemory", in LLVMFuzzerTestOneInput()
66 xmlFuzzCheckMallocFailure("xmlXIncludeProcessNode", in LLVMFuzzerTestOneInput()
75 xmlFuzzCheckMallocFailure("xmlCopyNode", copy == NULL); in LLVMFuzzerTestOneInput()
H A Dxml.c59 xmlFuzzCheckMallocFailure("xmlCtxtReadMemory", in LLVMFuzzerTestOneInput()
76 xmlFuzzCheckMallocFailure("xmlSaveDoc", in LLVMFuzzerTestOneInput()
109 xmlFuzzCheckMallocFailure("xmlParseChunk", in LLVMFuzzerTestOneInput()
H A Dxpath.c56 xmlFuzzCheckMallocFailure("xmlXPathContextSetCache", res == -1); in LLVMFuzzerTestOneInput()
60 xmlFuzzCheckMallocFailure("xmlXPtrEval", in LLVMFuzzerTestOneInput()
H A Dvalid.c55 xmlFuzzCheckMallocFailure("xmlCtxtReadMemory", in LLVMFuzzerTestOneInput()
105 xmlFuzzCheckMallocFailure("xmlParseChunk", in LLVMFuzzerTestOneInput()
H A Dfuzz.h80 xmlFuzzCheckMallocFailure(const char *func, int expect);
H A Dfuzz.c146 xmlFuzzCheckMallocFailure(const char *func, int error) { in xmlFuzzCheckMallocFailure() function
H A Dreader.c542 xmlFuzzCheckMallocFailure("reader", oomReport); in LLVMFuzzerTestOneInput()
H A Dapi.c3573 xmlFuzzCheckMallocFailure(vars->opName, oomReport); in LLVMFuzzerTestOneInput()