Searched refs:testStructuredErrorHandler (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | runtest.c | 271 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, const xmlError *err) { in testStructuredErrorHandler() function 1691 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in pushParseTest() 1911 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in pushBoundaryTest() 2187 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in errParseTest() 2194 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in errParseTest() 2202 xmlXIncludeSetErrorHandler(xinc, testStructuredErrorHandler, NULL); in errParseTest() 2274 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in fdParseTest() 2281 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in fdParseTest() 2455 xmlTextReaderSetStructuredErrorHandler(reader, testStructuredErrorHandler, in streamParseTest() 2517 xmlTextReaderSetStructuredErrorHandler(reader, testStructuredErrorHandler, in streamMemParseTest() [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | runtest.c | 288 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, const xmlError *err) { in testStructuredErrorHandler() function 1945 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in pushParseTest() 2165 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in pushBoundaryTest() 2530 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in errParseTest() 2536 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in errParseTest() 2543 xmlXIncludeSetErrorHandler(xinc, testStructuredErrorHandler, NULL); in errParseTest() 2620 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in fdParseTest() 2627 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in fdParseTest() 2801 xmlTextReaderSetStructuredErrorHandler(reader, testStructuredErrorHandler, in streamParseTest() 2863 xmlTextReaderSetStructuredErrorHandler(reader, testStructuredErrorHandler, in streamMemParseTest() [all …]
|