Home
last modified time | relevance | path

Searched refs:xmlDeclHandler (Results 1 – 1 of 1) sorted by relevance

/minix3/external/mit/expat/dist/lib/
H A Dxmlparse.c598 #define xmlDeclHandler (parser->m_xmlDeclHandler) macro
872 xmlDeclHandler = NULL; in parserInit()
1014 XML_XmlDeclHandler oldXmlDeclHandler = xmlDeclHandler; in XML_ExternalEntityParserCreate()
1074 xmlDeclHandler = oldXmlDeclHandler; in XML_ExternalEntityParserCreate()
1470 xmlDeclHandler = handler; in XML_SetXmlDeclHandler()
3453 if (xmlDeclHandler) { in processXmlDecl()
3472 xmlDeclHandler(handlerArg, storedversion, storedEncName, standalone); in processXmlDecl()