xmlCopyNodeList  2285 third_party/libxml/src/elfgcchack.h #undef xmlCopyNodeList
xmlCopyNodeList  2286 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyNodeList) xmlCopyNodeList __attribute((alias("xmlCopyNodeList__internal_alias")));
xmlCopyNodeList  2288 third_party/libxml/src/elfgcchack.h #ifndef xmlCopyNodeList
xmlCopyNodeList  2289 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyNodeList) xmlCopyNodeList__internal_alias __attribute((visibility("hidden")));
xmlCopyNodeList  2290 third_party/libxml/src/elfgcchack.h #define xmlCopyNodeList xmlCopyNodeList__internal_alias
xmlCopyNodeList   850 third_party/libxml/src/include/libxml/tree.h 		xmlCopyNodeList		(const xmlNodePtr node);
xmlCopyNodeList  19283 third_party/libxml/src/testapi.c         ret_val = xmlCopyNodeList((const xmlNodePtr)node);
xmlCopyNodeList  1548 third_party/libxml/src/xinclude.c 	    ctxt->incTab[nr]->inc = xmlCopyNodeList(ctxt->doc->children);