Searched refs:xmlFreeIDTable (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A Dvalid.h273 xmlFreeIDTable (xmlIDTablePtr table);
/external/libxml2/
H A Dvalid.c2651 * xmlFreeIDTable:
2657 xmlFreeIDTable(xmlIDTablePtr table) { function
6629 xmlFreeIDTable(doc->ids);
6843 xmlFreeIDTable(doc->ids);
H A Delfgcchack.h3551 #undef xmlFreeIDTable macro
3552 extern __typeof (xmlFreeIDTable) xmlFreeIDTable __attribute((alias("xmlFreeIDTable__internal_alias")));
3554 #ifndef xmlFreeIDTable
3555 extern __typeof (xmlFreeIDTable) xmlFreeIDTable__internal_alias __attribute((visibility("hidden")));
3556 #define xmlFreeIDTable xmlFreeIDTable__internal_alias macro
H A Dtree.c1216 if (cur->ids != NULL) xmlFreeIDTable((xmlIDTablePtr) cur->ids);
/external/libxslt/libxslt/
H A Dvariables.c344 xmlFreeIDTable((xmlIDTablePtr) RVT->ids);

Completed in 140 milliseconds