Searched refs:XML_INTERNAL_GENERAL_ENTITY (Results 1 – 9 of 9) sorted by relevance
25 XML_INTERNAL_GENERAL_ENTITY = 1, enumerator
216 case XML_INTERNAL_GENERAL_ENTITY: in xmlAddEntity()922 case XML_INTERNAL_GENERAL_ENTITY: in xmlDumpEntityDecl()
668 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityDecl()773 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntity()1241 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityCallback()
1277 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()1315 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
1466 case XML_INTERNAL_GENERAL_ENTITY: in xmlNewEntityInputStream()
5246 XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()5265 xmlSAX2EntityDecl(ctxt, name, XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()6938 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()6972 if (((ent->etype == XML_INTERNAL_GENERAL_ENTITY) || in xmlParseReference()7054 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()
4389 case XML_INTERNAL_GENERAL_ENTITY: in xmlCopyDtd()
1243 ent->etype = XML_INTERNAL_GENERAL_ENTITY; in getEntityHandler()
56066 sure if XML_INTERNAL_GENERAL_ENTITY is _the_ correct one, but it fixes the problem).