Searched refs:xmlFuzzErrorFunc (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/fuzz/ |
D | schema.c | 18 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in LLVMFuzzerInitialize() 35 xmlSchemaSetParserErrors(pctxt, xmlFuzzErrorFunc, xmlFuzzErrorFunc, NULL); in LLVMFuzzerTestOneInput()
|
D | regexp.c | 13 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in LLVMFuzzerInitialize()
|
D | genSeed.c | 161 xmlSchemaSetParserErrors(pctxt, xmlFuzzErrorFunc, xmlFuzzErrorFunc, NULL); in processSchema() 388 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in main()
|
D | xpath.c | 15 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in LLVMFuzzerInitialize()
|
D | fuzz.h | 46 xmlFuzzErrorFunc(void *ctx ATTRIBUTE_UNUSED, const char *msg ATTRIBUTE_UNUSED,
|
D | html.c | 19 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in LLVMFuzzerInitialize()
|
D | xml.c | 22 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in LLVMFuzzerInitialize()
|
D | fuzz.c | 51 xmlFuzzErrorFunc(void *ctx ATTRIBUTE_UNUSED, const char *msg ATTRIBUTE_UNUSED, in xmlFuzzErrorFunc() function
|