Searched refs:xmlDumpAttributeTable (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dvalid.h259 xmlDumpAttributeTable (xmlBufferPtr buf,
/external/libxml2/
H A Delfgcchack.h3020 #undef xmlDumpAttributeTable macro
3021 extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable __attribute((alias("xmlDumpAttributeTable__internal_alias")));
3023 #ifndef xmlDumpAttributeTable
3024 extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable__internal_alias __attribute((visibility("hidden")));
3025 #define xmlDumpAttributeTable xmlDumpAttributeTable__internal_alias macro
H A Dvalid.c2295 * xmlDumpAttributeTable:
2302 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) { function

Completed in 350 milliseconds