Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c589 #define notationDeclHandler (parser->m_notationDeclHandler) macro
896 notationDeclHandler = NULL; in parserInit()
1034 XML_NotationDeclHandler oldNotationDeclHandler = notationDeclHandler; in XML_ExternalEntityParserCreate()
1098 notationDeclHandler = oldNotationDeclHandler; in XML_ExternalEntityParserCreate()
1417 notationDeclHandler = handler; in XML_SetNotationDeclHandler()
4391 if (notationDeclHandler) { in doProlog()
4416 if (declNotationName && notationDeclHandler) { in doProlog()
4424 notationDeclHandler(handlerArg, in doProlog()
4434 if (declNotationPublicId && notationDeclHandler) { in doProlog()
4436 notationDeclHandler(handlerArg, in doProlog()
[all …]