Searched refs:xmlIsRef (Results 1 – 8 of 8) sorted by relevance
294 xmlIsRef (xmlDocPtr doc,
339 d xmlIsRef pr extproc('xmlIsRef')
660 xmlIsRef;
1419 else if (xmlIsRef(ctxt->myDoc, ctxt->node, ret)) in xmlSAX2AttributeInternal()2180 } else if (xmlIsRef(ctxt->myDoc, ctxt->node, ret)) { in xmlSAX2AttributeNs()
4859 #undef xmlIsRef4860 extern __typeof (xmlIsRef) xmlIsRef __attribute((alias("xmlIsRef__internal_alias")));4862 #ifndef xmlIsRef4863 extern __typeof (xmlIsRef) xmlIsRef__internal_alias __attribute((visibility("hidden")));4864 #define xmlIsRef xmlIsRef__internal_alias macro
3045 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { in xmlIsRef() function
25849 ret_val = xmlIsRef(doc, elem, attr); in test_xmlIsRef()
1020 xmlIsRef