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

/external/libxml2/
H A Dtree.c4042 * xmlCopyPropList:
4051 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) { function
4216 ret->properties = xmlCopyPropList(ret, node->properties);
H A Delfgcchack.h2317 #undef xmlCopyPropList macro
2318 extern __typeof (xmlCopyPropList) xmlCopyPropList __attribute((alias("xmlCopyPropList__internal_alias")));
2320 #ifndef xmlCopyPropList
2321 extern __typeof (xmlCopyPropList) xmlCopyPropList__internal_alias __attribute((visibility("hidden")));
2322 #define xmlCopyPropList xmlCopyPropList__internal_alias macro

Completed in 125 milliseconds