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.c668 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntityDecl()
773 case XML_INTERNAL_GENERAL_ENTITY: in xmlCtxtDumpEntity()
1241 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.c5246 XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()
5265 xmlSAX2EntityDecl(ctxt, name, XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()
6938 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()
6972 if (((ent->etype == XML_INTERNAL_GENERAL_ENTITY) || in xmlParseReference()
7054 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()
Dtree.c4389 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).