Home
last modified time | relevance | path

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

/NextBSD/contrib/expat/lib/
HDxmlparse.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()
4359 if (notationDeclHandler) { in doProlog()
4384 if (declNotationName && notationDeclHandler) { in doProlog()
4392 notationDeclHandler(handlerArg, in doProlog()
4402 if (declNotationPublicId && notationDeclHandler) { in doProlog()
4404 notationDeclHandler(handlerArg, in doProlog()
[all …]