Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c604 #define attlistDeclHandler (parser->m_attlistDeclHandler) macro
905 attlistDeclHandler = NULL; in parserInit()
1047 XML_AttlistDeclHandler oldAttlistDeclHandler = attlistDeclHandler; in XML_ExternalEntityParserCreate()
1107 attlistDeclHandler = oldAttlistDeclHandler; in XML_ExternalEntityParserCreate()
1492 attlistDeclHandler = attdecl; in XML_SetAttlistDeclHandler()
4108 if (dtd->keepProcessing && attlistDeclHandler) in doProlog()
4113 if (dtd->keepProcessing && attlistDeclHandler) { in doProlog()
4138 if (attlistDeclHandler && declAttributeType) { in doProlog()
4150 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4175 if (attlistDeclHandler && declAttributeType) { in doProlog()
[all …]