Home
last modified time | relevance | path

Searched refs:xmlCopyNodeList (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h849 xmlCopyNodeList (const xmlNodePtr node);
/external/libxml2/
Dxinclude.c1542 ctxt->incTab[nr]->inc = xmlCopyNodeList(ctxt->doc->children); in xmlXIncludeLoadDoc()
Delfgcchack.h2285 #undef xmlCopyNodeList
2286 extern __typeof (xmlCopyNodeList) xmlCopyNodeList __attribute((alias("xmlCopyNodeList__internal_ali…
2288 #ifndef xmlCopyNodeList
2289 extern __typeof (xmlCopyNodeList) xmlCopyNodeList__internal_alias __attribute((visibility("hidden")…
2290 #define xmlCopyNodeList xmlCopyNodeList__internal_alias macro
Dtree.c4319 xmlNodePtr xmlCopyNodeList(const xmlNodePtr node) { in xmlCopyNodeList() function