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

/external/libxml2/include/libxml/
H A Dvalid.h256 xmlFreeAttributeTable (xmlAttributeTablePtr table);
/external/libxml2/
H A Delfgcchack.h3447 #undef xmlFreeAttributeTable macro
3448 extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable __attribute((alias("xmlFreeAttributeTable__internal_alias")));
3450 #ifndef xmlFreeAttributeTable
3451 extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable__internal_alias __attribute((visibility("hidden")));
3452 #define xmlFreeAttributeTable xmlFreeAttributeTable__internal_alias macro
H A Dvalid.c2140 * xmlFreeAttributeTable:
2146 xmlFreeAttributeTable(xmlAttributeTablePtr table) { function
H A Dtree.c1126 xmlFreeAttributeTable((xmlAttributeTablePtr) cur->attributes);

Completed in 122 milliseconds