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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c2374 * xmlAddNotationDecl:
2386 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, function
2415 "xmlAddNotationDecl: Table creation failed!\n");
2442 "xmlAddNotationDecl: %s already defined\n",
H A Delfgcchack.h1055 #undef xmlAddNotationDecl macro
1056 extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl __attribute((alias("xmlAddNotationDecl__internal_alias")));
1058 #ifndef xmlAddNotationDecl
1059 extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl__internal_alias __attribute((visibility("hidden")));
1060 #define xmlAddNotationDecl xmlAddNotationDecl__internal_alias macro

Completed in 271 milliseconds