HomeSort by relevance Sort by last modified time
    Searched refs:testErrorHandler (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
runsuite.c 184 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) {
230 xmlSetGenericErrorFunc(NULL, testErrorHandler);
331 (xmlRelaxNGValidityErrorFunc) testErrorHandler,
332 (xmlRelaxNGValidityWarningFunc) testErrorHandler,
466 (xmlRelaxNGValidityErrorFunc) testErrorHandler,
467 (xmlRelaxNGValidityWarningFunc) testErrorHandler,
513 (xmlRelaxNGValidityErrorFunc) testErrorHandler,
514 (xmlRelaxNGValidityWarningFunc) testErrorHandler,
570 (xmlRelaxNGValidityErrorFunc) testErrorHandler,
571 (xmlRelaxNGValidityWarningFunc) testErrorHandler,
    [all...]
runtest.c 250 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) {
    [all...]
runxmlconf.c 129 testErrorHandler(void *userData ATTRIBUTE_UNUSED, xmlErrorPtr error) {
173 xmlSetStructuredErrorFunc(NULL, testErrorHandler);

Completed in 135 milliseconds