Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c596 #define attlistDeclHandler (parser->m_attlistDeclHandler) macro
870 attlistDeclHandler = NULL; in parserInit()
1012 XML_AttlistDeclHandler oldAttlistDeclHandler = attlistDeclHandler; in XML_ExternalEntityParserCreate()
1072 attlistDeclHandler = oldAttlistDeclHandler; in XML_ExternalEntityParserCreate()
1457 attlistDeclHandler = attdecl; in XML_SetAttlistDeclHandler()
4072 if (dtd->keepProcessing && attlistDeclHandler) in doProlog()
4077 if (dtd->keepProcessing && attlistDeclHandler) { in doProlog()
4102 if (attlistDeclHandler && declAttributeType) { in doProlog()
4114 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4139 if (attlistDeclHandler && declAttributeType) { in doProlog()
[all …]
/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 …]