Home
last modified time | relevance | path

Searched refs:xmlCopyPropList (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h812 xmlCopyPropList (xmlNodePtr target,
/external/libxml2/
Dlibxml2.syms931 xmlCopyPropList;
Delfgcchack.h2389 #undef xmlCopyPropList
2390 extern __typeof (xmlCopyPropList) xmlCopyPropList __attribute((alias("xmlCopyPropList__internal_ali…
2392 #ifndef xmlCopyPropList
2393 extern __typeof (xmlCopyPropList) xmlCopyPropList__internal_alias __attribute((visibility("hidden")…
2394 #define xmlCopyPropList xmlCopyPropList__internal_alias macro
Dtree.c4117 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyPropList() function
4284 ret->properties = xmlCopyPropList(ret, node->properties); in xmlStaticCopyNode()
Dtestapi.c19547 ret_val = xmlCopyPropList(target, cur); in test_xmlCopyPropList()
DChangeLog5940 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle879 d xmlCopyPropList...
880 d pr extproc('xmlCopyPropList')
/external/libxml2/win32/
Dlibxml2.def.src703 xmlCopyPropList