Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c582 #define notationDeclHandler (parser->m_notationDeclHandler) macro
862 notationDeclHandler = NULL; in parserInit()
1000 XML_NotationDeclHandler oldNotationDeclHandler = notationDeclHandler; in XML_ExternalEntityParserCreate()
1064 notationDeclHandler = oldNotationDeclHandler; in XML_ExternalEntityParserCreate()
1383 notationDeclHandler = handler; in XML_SetNotationDeclHandler()
4356 if (notationDeclHandler) { in doProlog()
4381 if (declNotationName && notationDeclHandler) { in doProlog()
4389 notationDeclHandler(handlerArg, in doProlog()
4399 if (declNotationPublicId && notationDeclHandler) { in doProlog()
4401 notationDeclHandler(handlerArg, in doProlog()
[all …]
/external/expat/lib/
Dxmlparse.c590 #define notationDeclHandler (parser->m_notationDeclHandler) macro
897 notationDeclHandler = NULL; in parserInit()
1035 XML_NotationDeclHandler oldNotationDeclHandler = notationDeclHandler; in XML_ExternalEntityParserCreate()
1099 notationDeclHandler = oldNotationDeclHandler; in XML_ExternalEntityParserCreate()
1418 notationDeclHandler = handler; in XML_SetNotationDeclHandler()
4392 if (notationDeclHandler) { in doProlog()
4417 if (declNotationName && notationDeclHandler) { in doProlog()
4425 notationDeclHandler(handlerArg, in doProlog()
4435 if (declNotationPublicId && notationDeclHandler) { in doProlog()
4437 notationDeclHandler(handlerArg, in doProlog()
[all …]