xmlCopyNamespaceList 2265 third_party/libxml/src/elfgcchack.h #undef xmlCopyNamespaceList
xmlCopyNamespaceList 2266 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList __attribute((alias("xmlCopyNamespaceList__internal_alias")));
xmlCopyNamespaceList 2268 third_party/libxml/src/elfgcchack.h #ifndef xmlCopyNamespaceList
xmlCopyNamespaceList 2269 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList__internal_alias __attribute((visibility("hidden")));
xmlCopyNamespaceList 2270 third_party/libxml/src/elfgcchack.h #define xmlCopyNamespaceList xmlCopyNamespaceList__internal_alias
xmlCopyNamespaceList  962 third_party/libxml/src/include/libxml/tree.h 		xmlCopyNamespaceList	(xmlNsPtr cur);
xmlCopyNamespaceList 19211 third_party/libxml/src/testapi.c         ret_val = xmlCopyNamespaceList(cur);
xmlCopyNamespaceList 4098 third_party/libxml/src/tree.c 	    return((xmlNodePtr) xmlCopyNamespaceList((xmlNsPtr) node));
xmlCopyNamespaceList 4173 third_party/libxml/src/tree.c         ret->nsDef = xmlCopyNamespaceList(node->nsDef);
xmlCopyNamespaceList 4462 third_party/libxml/src/tree.c         ret->oldNs = xmlCopyNamespaceList(doc->oldNs);