Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
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()
3469 if (xmlDeclHandler) { in processXmlDecl()
3488 xmlDeclHandler(handlerArg, storedversion, storedEncName, standalone); in processXmlDecl()
/external/expat/lib/
Dxmlparse.c606 #define xmlDeclHandler (parser->m_xmlDeclHandler) macro
907 xmlDeclHandler = NULL; in parserInit()
1049 XML_XmlDeclHandler oldXmlDeclHandler = xmlDeclHandler; in XML_ExternalEntityParserCreate()
1109 xmlDeclHandler = oldXmlDeclHandler; in XML_ExternalEntityParserCreate()
1505 xmlDeclHandler = handler; in XML_SetXmlDeclHandler()
3505 if (xmlDeclHandler) { in processXmlDecl()
3524 xmlDeclHandler(handlerArg, storedversion, storedEncName, standalone); in processXmlDecl()