Searched defs:xmlAddElementDecl (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h1015 #undef xmlAddElementDecl macro
1016 extern __typeof (xmlAddElementDecl) xmlAddElementDecl __attribute((alias("xmlAddElementDecl__internal_alias")));
1018 #ifndef xmlAddElementDecl
1019 extern __typeof (xmlAddElementDecl) xmlAddElementDecl__internal_alias __attribute((visibility("hidden")));
1020 #define xmlAddElementDecl xmlAddElementDecl__internal_alias macro
H A Dvalid.c1369 * xmlAddElementDecl:
1381 xmlAddElementDecl(xmlValidCtxtPtr ctxt, function
1401 "xmlAddElementDecl: content != NULL for EMPTY\n",
1409 "xmlAddElementDecl: content != NULL for ANY\n",
1417 "xmlAddElementDecl: content == NULL for MIXED\n",
1425 "xmlAddElementDecl: content == NULL for ELEMENT\n",
1458 "xmlAddElementDecl: Table creation failed!\n");
/external/libxml2/
H A Delfgcchack.h1015 #undef xmlAddElementDecl macro
1016 extern __typeof (xmlAddElementDecl) xmlAddElementDecl __attribute((alias("xmlAddElementDecl__internal_alias")));
1018 #ifndef xmlAddElementDecl
1019 extern __typeof (xmlAddElementDecl) xmlAddElementDecl__internal_alias __attribute((visibility("hidden")));
1020 #define xmlAddElementDecl xmlAddElementDecl__internal_alias macro
H A Dvalid.c1369 * xmlAddElementDecl:
1381 xmlAddElementDecl(xmlValidCtxtPtr ctxt, function
1401 "xmlAddElementDecl: content != NULL for EMPTY\n",
1409 "xmlAddElementDecl: content != NULL for ANY\n",
1417 "xmlAddElementDecl: content == NULL for MIXED\n",
1425 "xmlAddElementDecl: content == NULL for ELEMENT\n",
1458 "xmlAddElementDecl: Table creation failed!\n");

Completed in 440 milliseconds