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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c3041 * xmlIsRef:
3053 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { function
H A Delfgcchack.h4733 #undef xmlIsRef macro
4734 extern __typeof (xmlIsRef) xmlIsRef __attribute((alias("xmlIsRef__internal_alias")));
4736 #ifndef xmlIsRef
4737 extern __typeof (xmlIsRef) xmlIsRef__internal_alias __attribute((visibility("hidden")));
4738 #define xmlIsRef xmlIsRef__internal_alias macro

Completed in 79 milliseconds