Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dentities.h25 XML_INTERNAL_GENERAL_ENTITY = 1, enumerator
/external/libxml2/os400/libxmlrpg/
Dentities.rpgle20 d XML_INTERNAL_GENERAL_ENTITY...
/external/libxml2/
Dentities.c218 case XML_INTERNAL_GENERAL_ENTITY: in xmlAddEntity()
1005 case XML_INTERNAL_GENERAL_ENTITY: in xmlDumpEntityDecl()
DdebugXML.c669 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityDecl()
774 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntity()
1242 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityCallback()
Dxinclude.c1281 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
1319 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
DparserInternals.c1443 case XML_INTERNAL_GENERAL_ENTITY: in xmlNewEntityInputStream()
Dparser.c5615 XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()
5634 xmlSAX2EntityDecl(ctxt, name, XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()
7339 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()
7375 if (((ent->etype == XML_INTERNAL_GENERAL_ENTITY) || in xmlParseReference()
7458 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()
Dtree.c4459 case XML_INTERNAL_GENERAL_ENTITY: in xmlCopyDtd()