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

/external/libxml2/include/libxml/
H A Dvalid.h161 xmlCopyNotationTable (xmlNotationTablePtr table);
/external/libxml2/
H A Delfgcchack.h2296 #undef xmlCopyNotationTable macro
2297 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable __attribute((alias("xmlCopyNotationTable__internal_alias")));
2299 #ifndef xmlCopyNotationTable
2300 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable__internal_alias __attribute((visibility("hidden")));
2301 #define xmlCopyNotationTable xmlCopyNotationTable__internal_alias macro
H A Dvalid.c2456 * xmlCopyNotationTable:
2464 xmlCopyNotationTable(xmlNotationTablePtr table) { function
H A Dtree.c4370 ret->notations = (void *) xmlCopyNotationTable(

Completed in 141 milliseconds