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

/external/libxml2/
H A Dtree.c1373 ent->children = xmlStringGetNodeList(doc,
1433 * xmlStringGetNodeList:
1442 xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) { function
1558 ent->children = xmlStringGetNodeList(doc,
1987 cur->children = xmlStringGetNodeList(doc, value);
2271 cur->children = xmlStringGetNodeList(doc, content);
2304 cur->children = xmlStringGetNodeList(doc, content);
5465 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 101 milliseconds