Searched defs:xmlCopyPropList (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dtree.c4118 * xmlCopyPropList:
4127 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) { function
4294 ret->properties = xmlCopyPropList(ret, node->properties);
H A Delfgcchack.h2389 #undef xmlCopyPropList macro
2390 extern __typeof (xmlCopyPropList) xmlCopyPropList __attribute((alias("xmlCopyPropList__internal_alias")));
2392 #ifndef xmlCopyPropList
2393 extern __typeof (xmlCopyPropList) xmlCopyPropList__internal_alias __attribute((visibility("hidden")));
2394 #define xmlCopyPropList xmlCopyPropList__internal_alias macro

Completed in 80 milliseconds