Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dentities.h25 XML_INTERNAL_GENERAL_ENTITY = 1, enumerator
/external/chromium_org/third_party/libxml/src/include/libxml/
Dentities.h25 XML_INTERNAL_GENERAL_ENTITY = 1, enumerator
/external/chromium_org/third_party/libxml/src/
Dentities.c216 case XML_INTERNAL_GENERAL_ENTITY: in xmlAddEntity()
922 case XML_INTERNAL_GENERAL_ENTITY: in xmlDumpEntityDecl()
DdebugXML.c667 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityDecl()
772 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntity()
1240 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityCallback()
Dxinclude.c1277 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
1315 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
DparserInternals.c1466 case XML_INTERNAL_GENERAL_ENTITY: in xmlNewEntityInputStream()
Dparser.c5179 XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()
5198 xmlSAX2EntityDecl(ctxt, name, XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()
6876 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()
6910 if (((ent->etype == XML_INTERNAL_GENERAL_ENTITY) || in xmlParseReference()
6991 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()
Dtree.c4376 case XML_INTERNAL_GENERAL_ENTITY: in xmlCopyDtd()
/external/libxml2/
Dentities.c218 case XML_INTERNAL_GENERAL_ENTITY: in xmlAddEntity()
1005 case XML_INTERNAL_GENERAL_ENTITY: in xmlDumpEntityDecl()
DdebugXML.c667 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityDecl()
772 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntity()
1240 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityCallback()
Dxinclude.c1280 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
1318 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
DparserInternals.c1428 case XML_INTERNAL_GENERAL_ENTITY: in xmlNewEntityInputStream()
Dparser.c5501 XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()
5520 xmlSAX2EntityDecl(ctxt, name, XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()
7205 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()
7241 if (((ent->etype == XML_INTERNAL_GENERAL_ENTITY) || in xmlParseReference()
7323 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()
Dtree.c4429 case XML_INTERNAL_GENERAL_ENTITY: in xmlCopyDtd()
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp1378 ent->etype = XML_INTERNAL_GENERAL_ENTITY; in getEntityHandler()