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

/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h4697 #undef xmlIsID macro
4698 extern __typeof (xmlIsID) xmlIsID __attribute((alias("xmlIsID__internal_alias")));
4700 #ifndef xmlIsID
4701 extern __typeof (xmlIsID) xmlIsID__internal_alias __attribute((visibility("hidden")));
4702 #define xmlIsID xmlIsID__internal_alias macro
H A Dvalid.c2662 * xmlIsID:
2675 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { function
/external/libxml2/
H A Delfgcchack.h4799 #undef xmlIsID macro
4800 extern __typeof (xmlIsID) xmlIsID __attribute((alias("xmlIsID__internal_alias")));
4802 #ifndef xmlIsID
4803 extern __typeof (xmlIsID) xmlIsID__internal_alias __attribute((visibility("hidden")));
4804 #define xmlIsID xmlIsID__internal_alias macro
H A Dvalid.c2662 * xmlIsID:
2675 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { function

Completed in 335 milliseconds