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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c2241 * xmlDumpAttributeDecl:
2249 xmlDumpAttributeDecl(xmlBufferPtr buf, xmlAttributePtr attr) { function
2331 xmlDumpAttributeDecl(buf, attr);
H A Delfgcchack.h2996 #undef xmlDumpAttributeDecl macro
2997 extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl __attribute((alias("xmlDumpAttributeDecl__internal_alias")));
2999 #ifndef xmlDumpAttributeDecl
3000 extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl__internal_alias __attribute((visibility("hidden")));
3001 #define xmlDumpAttributeDecl xmlDumpAttributeDecl__internal_alias macro

Completed in 122 milliseconds