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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dvalid.h253 xmlCopyAttributeTable (xmlAttributeTablePtr table);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h2122 #undef xmlCopyAttributeTable macro
2123 extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable __attribute((alias("xmlCopyAttributeTable__internal_alias")));
2125 #ifndef xmlCopyAttributeTable
2126 extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable__internal_alias __attribute((visibility("hidden")));
2127 #define xmlCopyAttributeTable xmlCopyAttributeTable__internal_alias macro
H A Dvalid.c2225 * xmlCopyAttributeTable:
2233 xmlCopyAttributeTable(xmlAttributeTablePtr table) { function
H A Dtree.c4106 ret->attributes = (void *) xmlCopyAttributeTable(

Completed in 125 milliseconds