Searched refs:xmlFuzzCheckMallocFailure (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/libxml2/fuzz/ |
H A D | uri.c | 39 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 D | html.c | 50 xmlFuzzCheckMallocFailure("htmlCtxtReadMemory", in LLVMFuzzerTestOneInput() 69 xmlFuzzCheckMallocFailure("htmlDocContentDumpOutput", in LLVMFuzzerTestOneInput() 74 xmlFuzzCheckMallocFailure("xmlCopyNode", copy == NULL); in LLVMFuzzerTestOneInput() 107 xmlFuzzCheckMallocFailure("htmlParseChunk", in LLVMFuzzerTestOneInput()
|
H A D | xinclude.c | 58 xmlFuzzCheckMallocFailure("xmlCtxtReadMemory", in LLVMFuzzerTestOneInput() 66 xmlFuzzCheckMallocFailure("xmlXIncludeProcessNode", in LLVMFuzzerTestOneInput() 75 xmlFuzzCheckMallocFailure("xmlCopyNode", copy == NULL); in LLVMFuzzerTestOneInput()
|
H A D | xml.c | 59 xmlFuzzCheckMallocFailure("xmlCtxtReadMemory", in LLVMFuzzerTestOneInput() 76 xmlFuzzCheckMallocFailure("xmlSaveDoc", in LLVMFuzzerTestOneInput() 109 xmlFuzzCheckMallocFailure("xmlParseChunk", in LLVMFuzzerTestOneInput()
|
H A D | xpath.c | 56 xmlFuzzCheckMallocFailure("xmlXPathContextSetCache", res == -1); in LLVMFuzzerTestOneInput() 60 xmlFuzzCheckMallocFailure("xmlXPtrEval", in LLVMFuzzerTestOneInput()
|
H A D | valid.c | 55 xmlFuzzCheckMallocFailure("xmlCtxtReadMemory", in LLVMFuzzerTestOneInput() 105 xmlFuzzCheckMallocFailure("xmlParseChunk", in LLVMFuzzerTestOneInput()
|
H A D | fuzz.h | 80 xmlFuzzCheckMallocFailure(const char *func, int expect);
|
H A D | fuzz.c | 146 xmlFuzzCheckMallocFailure(const char *func, int error) { in xmlFuzzCheckMallocFailure() function
|
H A D | reader.c | 542 xmlFuzzCheckMallocFailure("reader", oomReport); in LLVMFuzzerTestOneInput()
|
H A D | api.c | 3573 xmlFuzzCheckMallocFailure(vars->opName, oomReport); in LLVMFuzzerTestOneInput()
|