Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dexpat.h391 typedef void(XMLCALL *XML_NotationDeclHandler)(void *userData, typedef
616 XML_SetNotationDeclHandler(XML_Parser parser, XML_NotationDeclHandler handler);
Dxmlparse.c684 XML_NotationDeclHandler m_notationDeclHandler;
1370 XML_NotationDeclHandler oldNotationDeclHandler; in XML_ExternalEntityParserCreate()
1803 XML_SetNotationDeclHandler(XML_Parser parser, XML_NotationDeclHandler handler) { in XML_SetNotationDeclHandler()