Searched refs:xmlStringLenGetNodeList (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h923 xmlStringLenGetNodeList (xmlDocPtr doc,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h10723 #undef xmlStringLenGetNodeList macro
10724 extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList __attribute((alias("xmlStringLenGetNodeList__internal_alias")));
10726 #ifndef xmlStringLenGetNodeList
10727 extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList__internal_alias __attribute((visibility("hidden")));
10728 #define xmlStringLenGetNodeList xmlStringLenGetNodeList__internal_alias macro
H A Dtree.c1184 * xmlStringLenGetNodeList:
1194 xmlStringLenGetNodeList(xmlDocPtr doc, const xmlChar *value, int len) { function
5239 cur->children = xmlStringLenGetNodeList(cur->doc, content, len);

Completed in 198 milliseconds