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

  /external/libxml2/
testSAX.c 239 extern xmlSAXHandlerPtr debugSAXHandler;
871 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct;
1060 ctxt = xmlCreatePushParserCtxt(debugSAXHandler, NULL,
1098 res = xmlSAXUserParseFile(debugSAXHandler, NULL,
1105 res = xmlSAXUserParseFile(debugSAXHandler, NULL, filename);
testHTML.c 89 extern xmlSAXHandlerPtr debugSAXHandler;
612 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct;
674 ctxt = htmlCreatePushParserCtxt(debugSAXHandler, NULL,
702 doc = htmlSAXParseFile(filename, NULL, debugSAXHandler, NULL);
xmllint.c 872 extern xmlSAXHandlerPtr debugSAXHandler;
    [all...]
runtest.c     [all...]

Completed in 383 milliseconds