Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c572 XML_NotationDeclHandler m_notationDeclHandler; member
1056 parser->m_notationDeclHandler = NULL; in parserInit()
1248 oldNotationDeclHandler = parser->m_notationDeclHandler; in XML_ExternalEntityParserCreate()
1308 parser->m_notationDeclHandler = oldNotationDeclHandler; in XML_ExternalEntityParserCreate()
1666 parser->m_notationDeclHandler = handler; in XML_SetNotationDeclHandler()
4883 if (parser->m_notationDeclHandler) { in doProlog()
4908 if (parser->m_declNotationName && parser->m_notationDeclHandler) { in doProlog()
4916 parser->m_notationDeclHandler(parser->m_handlerArg, in doProlog()
4926 if (parser->m_declNotationPublicId && parser->m_notationDeclHandler) { in doProlog()
4928 parser->m_notationDeclHandler(parser->m_handlerArg, in doProlog()
[all …]
/external/python/cpython2/Modules/expat/
Dxmlparse.c487 XML_NotationDeclHandler m_notationDeclHandler; member
582 #define notationDeclHandler (parser->m_notationDeclHandler)
/external/python/cpython3/Modules/expat/
Dxmlparse.c487 XML_NotationDeclHandler m_notationDeclHandler; member
582 #define notationDeclHandler (parser->m_notationDeclHandler)