Home
last modified time | relevance | path

Searched refs:xmlCopyProp (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h764 xmlCopyProp (xmlNodePtr target,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h765 xmlCopyProp (xmlNodePtr target,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src695 xmlCopyProp
/external/libxml2/
Delfgcchack.h2307 #undef xmlCopyProp
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
Dtree.c4037 xmlCopyProp(xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyProp() function
4056 q = xmlCopyProp(target, cur); in xmlCopyPropList()
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h2307 #undef xmlCopyProp
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
Dtree.c4024 xmlCopyProp(xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyProp() function
4043 q = xmlCopyProp(target, cur); in xmlCopyPropList()
Dtestapi.c19319 ret_val = xmlCopyProp(target, cur); in test_xmlCopyProp()
DChangeLog14021 in xmlCopyProp()