Searched refs:xmlCopyProp (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dtree.h764 xmlCopyProp (xmlNodePtr target,
/external/libxml2/
H A Delfgcchack.h2307 #undef xmlCopyProp macro
2308 extern __typeof (xmlCopyProp) xmlCopyProp __attribute((alias("xmlCopyProp__internal_alias")));
2310 #ifndef xmlCopyProp
2311 extern __typeof (xmlCopyProp) xmlCopyProp__internal_alias __attribute((visibility("hidden")));
2312 #define xmlCopyProp xmlCopyProp__internal_alias macro
H A Dtree.c4028 * xmlCopyProp:
4037 xmlCopyProp(xmlNodePtr target, xmlAttrPtr cur) { function
4056 q = xmlCopyProp(target, cur);

Completed in 51 milliseconds