Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/expat/lib/
Dexpat.h385 typedef void(XMLCALL *XML_NotationDeclHandler)(void *userData, typedef
610 XML_SetNotationDeclHandler(XML_Parser parser, XML_NotationDeclHandler handler);
Dxmlparse.c633 XML_NotationDeclHandler m_notationDeclHandler;
1273 XML_NotationDeclHandler oldNotationDeclHandler; in XML_ExternalEntityParserCreate()
1703 XML_SetNotationDeclHandler(XML_Parser parser, XML_NotationDeclHandler handler) { in XML_SetNotationDeclHandler()