Searched refs:xmlStringGetNodeList (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtree.c1322 ent->children = xmlStringGetNodeList(doc,
1382 * xmlStringGetNodeList:
1391 xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) { function
1507 ent->children = xmlStringGetNodeList(doc,
1777 cur->children = xmlStringGetNodeList(doc, buffer);
1929 cur->children = xmlStringGetNodeList(doc, value);
2213 cur->children = xmlStringGetNodeList(doc, content);
2246 cur->children = xmlStringGetNodeList(doc, content);
5165 cur->children = xmlStringGetNodeList(cur->doc, content);
6393 prop->children = xmlStringGetNodeList(nod
[all...]
H A DSAX2.c1264 ret->children = xmlStringGetNodeList(ctxt->myDoc, value);
H A Delfgcchack.h10703 #undef xmlStringGetNodeList macro
10704 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeList__internal_alias")));
10706 #ifndef xmlStringGetNodeList
10707 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility("hidden")));
10708 #define xmlStringGetNodeList xmlStringGetNodeList__internal_alias macro
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h920 xmlStringGetNodeList (xmlDocPtr doc,

Completed in 80 milliseconds