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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dvalid.h164 xmlFreeNotationTable (xmlNotationTablePtr table);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h3565 #undef xmlFreeNotationTable macro
3566 extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable __attribute((alias("xmlFreeNotationTable__internal_alias")));
3568 #ifndef xmlFreeNotationTable
3569 extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable__internal_alias __attribute((visibility("hidden")));
3570 #define xmlFreeNotationTable xmlFreeNotationTable__internal_alias macro
H A Dvalid.c2442 * xmlFreeNotationTable:
2448 xmlFreeNotationTable(xmlNotationTablePtr table) { function
H A Dtree.c1060 xmlFreeNotationTable((xmlNotationTablePtr) cur->notations);

Completed in 125 milliseconds