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

/external/chromium_org/third_party/libxml/src/
H A Dvalid.c2566 * xmlAddID:
2577 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, function
2601 "xmlAddID: Table creation failed!\n");
4428 if (xmlAddID(ctxt, doc, value, attr) == NULL)
4625 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
/external/libxml2/
H A Dvalid.c2566 * xmlAddID:
2577 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, function
2601 "xmlAddID: Table creation failed!\n");
4428 if (xmlAddID(ctxt, doc, value, attr) == NULL)
4625 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 808 milliseconds