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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c1952 * xmlAddAttributeDecl:
1969 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, function
2059 "xmlAddAttributeDecl: Table creation failed!\n");
H A Delfgcchack.h965 #undef xmlAddAttributeDecl macro
966 extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl __attribute((alias("xmlAddAttributeDecl__internal_alias")));
968 #ifndef xmlAddAttributeDecl
969 extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl__internal_alias __attribute((visibility("hidden")));
970 #define xmlAddAttributeDecl xmlAddAttributeDecl__internal_alias macro

Completed in 246 milliseconds