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()
666 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityDecl()771 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntity()1239 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityCallback()
1271 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()1309 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
1380 case XML_INTERNAL_GENERAL_ENTITY: in xmlNewEntityInputStream()
5076 XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()5095 xmlSAX2EntityDecl(ctxt, name, XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()6714 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()6748 if (((ent->etype == XML_INTERNAL_GENERAL_ENTITY) || in xmlParseReference()6829 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()
4364 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).