Searched defs:xmlCopyNotationTable (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dvalid.c2457 * xmlCopyNotationTable:
2465 xmlCopyNotationTable(xmlNotationTablePtr table) { function
H A Delfgcchack.h2368 #undef xmlCopyNotationTable macro
2369 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable __attribute((alias("xmlCopyNotationTable__internal_alias")));
2371 #ifndef xmlCopyNotationTable
2372 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable__internal_alias __attribute((visibility("hidden")));
2373 #define xmlCopyNotationTable xmlCopyNotationTable__internal_alias macro

Completed in 170 milliseconds