Home
last modified time | relevance | path

Searched refs:xmlAddDtdEntity (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/include/libxml/
Dentities.h97 xmlAddDtdEntity (xmlDocPtr doc,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dentities.h96 xmlAddDtdEntity (xmlDocPtr doc,
/external/chromium_org/third_party/libxml/src/
Dentities.c299 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDtdEntity() function
DSAX2.c665 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId, in xmlSAX2EntityDecl()
901 ent = xmlAddDtdEntity(ctxt->myDoc, name, in xmlSAX2UnparsedEntityDecl()
Delfgcchack.h1005 #undef xmlAddDtdEntity
1006 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_ali…
1008 #ifndef xmlAddDtdEntity
1009 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden")…
1010 #define xmlAddDtdEntity xmlAddDtdEntity__internal_alias macro
Dtestapi.c9201 …ret_val = xmlAddDtdEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xm… in test_xmlAddDtdEntity()
/external/libxml2/
Dentities.c301 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDtdEntity() function
DSAX2.c695 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId, in xmlSAX2EntityDecl()
931 ent = xmlAddDtdEntity(ctxt->myDoc, name, in xmlSAX2UnparsedEntityDecl()
Delfgcchack.h1005 #undef xmlAddDtdEntity
1006 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_ali…
1008 #ifndef xmlAddDtdEntity
1009 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden")…
1010 #define xmlAddDtdEntity xmlAddDtdEntity__internal_alias macro
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src490 xmlAddDtdEntity