Searched refs:xmlNewDocNodeEatName (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/ |
D | SAX2.c | 1637 ret = xmlNewDocNodeEatName(ctxt->myDoc, NULL, name, NULL); in xmlSAX2StartElement() 2283 ret = xmlNewDocNodeEatName(ctxt->myDoc, NULL, in xmlSAX2StartElementNs() 2288 ret = xmlNewDocNodeEatName(ctxt->myDoc, NULL, in xmlSAX2StartElementNs()
|
D | libxml2.syms | 983 xmlNewDocNodeEatName;
|
D | elfgcchack.h | 6113 #undef xmlNewDocNodeEatName 6114 extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName __attribute((alias("xmlNewDocNodeEatNam… 6116 #ifndef xmlNewDocNodeEatName 6117 extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName__internal_alias __attribute((visibility… 6118 #define xmlNewDocNodeEatName xmlNewDocNodeEatName__internal_alias macro
|
D | tree.c | 2352 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, in xmlNewDocNodeEatName() function
|
D | testapi.c | 21443 ret_val = xmlNewDocNodeEatName(doc, ns, name, (const xmlChar *)content); in test_xmlNewDocNodeEatName()
|
/external/libxml2/include/libxml/ |
D | tree.h | 832 xmlNewDocNodeEatName (xmlDocPtr doc,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 914 d xmlNewDocNodeEatName... 915 d pr extproc('xmlNewDocNodeEatName')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1236 xmlNewDocNodeEatName
|