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

/external/chromium_org/third_party/libxml/src/
H A Dvalid.c2764 * xmlGetID:
2773 xmlGetID(xmlDocPtr doc, const xmlChar *ID) { function
6456 id = xmlGetID(ctxt->doc, str);
6470 id = xmlGetID(ctxt->doc, name);
6492 id = xmlGetID(ctxt->doc, str);
H A Delfgcchack.h3967 #undef xmlGetID macro
3968 extern __typeof (xmlGetID) xmlGetID __attribute((alias("xmlGetID__internal_alias")));
3970 #ifndef xmlGetID
3971 extern __typeof (xmlGetID) xmlGetID__internal_alias __attribute((visibility("hidden")));
3972 #define xmlGetID xmlGetID__internal_alias macro
/external/libxml2/
H A Dvalid.c2764 * xmlGetID:
2773 xmlGetID(xmlDocPtr doc, const xmlChar *ID) { function
6456 id = xmlGetID(ctxt->doc, str);
6470 id = xmlGetID(ctxt->doc, name);
6492 id = xmlGetID(ctxt->doc, str);
H A Delfgcchack.h3967 #undef xmlGetID macro
3968 extern __typeof (xmlGetID) xmlGetID __attribute((alias("xmlGetID__internal_alias")));
3970 #ifndef xmlGetID
3971 extern __typeof (xmlGetID) xmlGetID__internal_alias __attribute((visibility("hidden")));
3972 #define xmlGetID xmlGetID__internal_alias macro

Completed in 187 milliseconds