Searched refs:xmlAddNotationDecl (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dvalid.h154 xmlAddNotationDecl (xmlValidCtxtPtr ctxt,
/external/libxml2/include/libxml/
H A Dvalid.h154 xmlAddNotationDecl (xmlValidCtxtPtr ctxt,
/external/chromium_org/third_party/libxml/src/
H A DSAX2.c837 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
840 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
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
H A Dvalid.c2334 * xmlAddNotationDecl:
2346 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, function
2375 "xmlAddNotationDecl: Table creation failed!\n");
2402 "xmlAddNotationDecl: %s already defined\n",
/external/libxml2/
H A DSAX2.c837 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
840 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
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
H A Dvalid.c2334 * xmlAddNotationDecl:
2346 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, function
2375 "xmlAddNotationDecl: Table creation failed!\n");
2402 "xmlAddNotationDecl: %s already defined\n",

Completed in 389 milliseconds