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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c4029 * xmlCopyPropList:
4038 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) { function
4203 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
/external/libxml2/
H A Dtree.c4080 * xmlCopyPropList:
4089 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) { function
4256 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 275 milliseconds