Lines Matching refs:attlistDeclHandler
596 #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()
4069 if (dtd->keepProcessing && attlistDeclHandler) in doProlog()
4074 if (dtd->keepProcessing && attlistDeclHandler) { in doProlog()
4099 if (attlistDeclHandler && declAttributeType) { in doProlog()
4111 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4136 if (attlistDeclHandler && declAttributeType) { in doProlog()
4148 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4714 if (dtd->keepProcessing && attlistDeclHandler) in doProlog()