Searched refs:xmlStringGetNodeList (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/ |
D | tree.c | 1404 ent->children = xmlStringGetNodeList(doc, in xmlStringLenGetNodeList() 1477 xmlStringGetNodeList(const xmlDoc *doc, const xmlChar *value) { in xmlStringGetNodeList() function 1597 ent->children = xmlStringGetNodeList(doc, in xmlStringGetNodeList() 2033 cur->children = xmlStringGetNodeList(doc, value); in xmlNewDocProp() 2317 cur->children = xmlStringGetNodeList(doc, content); in xmlNewDocNode() 2350 cur->children = xmlStringGetNodeList(doc, content); in xmlNewDocNodeEatName() 5633 cur->children = xmlStringGetNodeList(cur->doc, content); in xmlNodeSetContent()
|
D | libxml2.syms | 1037 xmlStringGetNodeList;
|
D | elfgcchack.h | 10977 #undef xmlStringGetNodeList 10978 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeLis… 10980 #ifndef xmlStringGetNodeList 10981 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility… 10982 #define xmlStringGetNodeList xmlStringGetNodeList__internal_alias macro
|
D | SAX2.c | 1331 ret->children = xmlStringGetNodeList(ctxt->myDoc, value); in xmlSAX2AttributeInternal()
|
D | ChangeLog | 14777 xmlStringGetNodeList() and provided a fix for it 16992 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
|
D | testapi.c | 23784 ret_val = xmlStringGetNodeList((const xmlDoc *)doc, (const xmlChar *)value); in test_xmlStringGetNodeList()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1043 xmlStringGetNodeList (const xmlDoc *doc,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1292 d xmlStringGetNodeList... 1293 d pr extproc('xmlStringGetNodeList')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1900 xmlStringGetNodeList
|