Searched refs:XML_INTERNAL_GENERAL_ENTITY (Results 1 – 15 of 15) sorted by relevance
/external/libxml2/include/libxml/ |
D | entities.h | 25 XML_INTERNAL_GENERAL_ENTITY = 1, enumerator
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | entities.h | 25 XML_INTERNAL_GENERAL_ENTITY = 1, enumerator
|
/external/chromium_org/third_party/libxml/src/ |
D | entities.c | 216 case XML_INTERNAL_GENERAL_ENTITY: in xmlAddEntity() 922 case XML_INTERNAL_GENERAL_ENTITY: in xmlDumpEntityDecl()
|
D | debugXML.c | 667 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityDecl() 772 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntity() 1240 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityCallback()
|
D | xinclude.c | 1277 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity() 1315 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
|
D | parserInternals.c | 1466 case XML_INTERNAL_GENERAL_ENTITY: in xmlNewEntityInputStream()
|
D | parser.c | 5179 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()
|
D | tree.c | 4376 case XML_INTERNAL_GENERAL_ENTITY: in xmlCopyDtd()
|
/external/libxml2/ |
D | entities.c | 218 case XML_INTERNAL_GENERAL_ENTITY: in xmlAddEntity() 1005 case XML_INTERNAL_GENERAL_ENTITY: in xmlDumpEntityDecl()
|
D | debugXML.c | 667 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityDecl() 772 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntity() 1240 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityCallback()
|
D | xinclude.c | 1280 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity() 1318 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
|
D | parserInternals.c | 1428 case XML_INTERNAL_GENERAL_ENTITY: in xmlNewEntityInputStream()
|
D | parser.c | 5501 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()
|
D | tree.c | 4429 case XML_INTERNAL_GENERAL_ENTITY: in xmlCopyDtd()
|
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
D | XMLDocumentParser.cpp | 1378 ent->etype = XML_INTERNAL_GENERAL_ENTITY; in getEntityHandler()
|