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

/external/libxml2/
H A Dvalid.c3002 * xmlIsRef:
3014 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { function
H A Delfgcchack.h4757 #undef xmlIsRef macro
4758 extern __typeof (xmlIsRef) xmlIsRef __attribute((alias("xmlIsRef__internal_alias")));
4760 #ifndef xmlIsRef
4761 extern __typeof (xmlIsRef) xmlIsRef__internal_alias __attribute((visibility("hidden")));
4762 #define xmlIsRef xmlIsRef__internal_alias macro

Completed in 53 milliseconds