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

/external/libxml2/
H A Dvalid.c2615 * xmlAddID:
2626 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, function
2650 "xmlAddID: Table creation failed!\n");
4478 if (xmlAddID(ctxt, doc, value, attr) == NULL)
4675 if (xmlAddID(ctxt, doc, value, (xmlAttrPtr) ns) == NULL)
H A Delfgcchack.h1035 #undef xmlAddID macro
1036 extern __typeof (xmlAddID) xmlAddID __attribute((alias("xmlAddID__internal_alias")));
1038 #ifndef xmlAddID
1039 extern __typeof (xmlAddID) xmlAddID__internal_alias __attribute((visibility("hidden")));
1040 #define xmlAddID xmlAddID__internal_alias macro

Completed in 117 milliseconds