Searched refs:debugSAX2Handler (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestSAX.c995 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable
1057 ctxt = xmlCreatePushParserCtxt(debugSAX2Handler, NULL,
1095 res = xmlSAXUserParseFile(debugSAX2Handler, NULL,
1103 res = xmlSAXUserParseFile(debugSAX2Handler, NULL, filename);
H A Dxmllint.c1620 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable
1640 handler = debugSAX2Handler;
H A Druntest.c1520 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable
1697 ret = xmlSAXUserParseFile(debugSAX2Handler, NULL, filename);

Completed in 79 milliseconds