Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dentities.h25 XML_INTERNAL_GENERAL_ENTITY = 1, enumerator
/external/libxml2/
Dentities.c216 case XML_INTERNAL_GENERAL_ENTITY: in xmlAddEntity()
922 case XML_INTERNAL_GENERAL_ENTITY: in xmlDumpEntityDecl()
DdebugXML.c666 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityDecl()
771 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntity()
1239 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityCallback()
Dxinclude.c1271 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
1309 case XML_INTERNAL_GENERAL_ENTITY: in xmlXIncludeMergeEntity()
DparserInternals.c1380 case XML_INTERNAL_GENERAL_ENTITY: in xmlNewEntityInputStream()
Dparser.c5076 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()
Dtree.c4364 case XML_INTERNAL_GENERAL_ENTITY: in xmlCopyDtd()
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp1243 ent->etype = XML_INTERNAL_GENERAL_ENTITY; in getEntityHandler()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1456066 sure if XML_INTERNAL_GENERAL_ENTITY is _the_ correct one, but it fixes the problem).