Searched defs:xmlStringGetNodeList (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dtree.c1385 ent->children = xmlStringGetNodeList(doc,
1445 * xmlStringGetNodeList:
1454 xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) { function
1570 ent->children = xmlStringGetNodeList(doc,
1998 cur->children = xmlStringGetNodeList(doc, value);
2282 cur->children = xmlStringGetNodeList(doc, content);
2315 cur->children = xmlStringGetNodeList(doc, content);
5490 cur->children = xmlStringGetNodeList(cur->doc, content);
H A Delfgcchack.h10827 #undef xmlStringGetNodeList macro
10828 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeList__internal_alias")));
10830 #ifndef xmlStringGetNodeList
10831 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility("hidden")));
10832 #define xmlStringGetNodeList xmlStringGetNodeList__internal_alias macro

Completed in 59 milliseconds