Searched refs:xmlCopyAttributeTable (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A Dvalid.h253 xmlCopyAttributeTable (xmlAttributeTablePtr table);
/external/libxml2/
H A Delfgcchack.h2134 #undef xmlCopyAttributeTable macro
2135 extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable __attribute((alias("xmlCopyAttributeTable__internal_alias")));
2137 #ifndef xmlCopyAttributeTable
2138 extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable__internal_alias __attribute((visibility("hidden")));
2139 #define xmlCopyAttributeTable xmlCopyAttributeTable__internal_alias macro
H A Dvalid.c2185 * xmlCopyAttributeTable:
2193 xmlCopyAttributeTable(xmlAttributeTablePtr table) { function
H A Dtree.c4376 ret->attributes = (void *) xmlCopyAttributeTable(

Completed in 116 milliseconds