xmlIsRef         1376 third_party/libxml/src/SAX2.c 	else if (xmlIsRef(ctxt->myDoc, ctxt->node, ret))
xmlIsRef         2123 third_party/libxml/src/SAX2.c 	} else if (xmlIsRef(ctxt->myDoc, ctxt->node, ret)) {
xmlIsRef         4757 third_party/libxml/src/elfgcchack.h #undef xmlIsRef
xmlIsRef         4758 third_party/libxml/src/elfgcchack.h extern __typeof (xmlIsRef) xmlIsRef __attribute((alias("xmlIsRef__internal_alias")));
xmlIsRef         4760 third_party/libxml/src/elfgcchack.h #ifndef xmlIsRef
xmlIsRef         4761 third_party/libxml/src/elfgcchack.h extern __typeof (xmlIsRef) xmlIsRef__internal_alias __attribute((visibility("hidden")));
xmlIsRef         4762 third_party/libxml/src/elfgcchack.h #define xmlIsRef xmlIsRef__internal_alias
xmlIsRef          294 third_party/libxml/src/include/libxml/valid.h 		xmlIsRef	       (xmlDocPtr doc,
xmlIsRef         25512 third_party/libxml/src/testapi.c         ret_val = xmlIsRef(doc, elem, attr);