Searched refs:xmlGetID (Results 1 – 8 of 8) sorted by relevance
275 xmlGetID (xmlDocPtr doc,
309 d xmlGetID pr extproc('xmlGetID')
656 xmlGetID;
2772 xmlGetID(xmlDocPtr doc, const xmlChar *ID) { in xmlGetID() function6457 id = xmlGetID(ctxt->doc, str); in xmlValidateRef()6471 id = xmlGetID(ctxt->doc, name); in xmlValidateRef()6493 id = xmlGetID(ctxt->doc, str); in xmlValidateRef()
4059 #undef xmlGetID4060 extern __typeof (xmlGetID) xmlGetID __attribute((alias("xmlGetID__internal_alias")));4062 #ifndef xmlGetID4063 extern __typeof (xmlGetID) xmlGetID__internal_alias __attribute((visibility("hidden")));4064 #define xmlGetID xmlGetID__internal_alias macro
8614 attr = xmlGetID(doc, ID); in xmlXPathGetElementsByIds()
25570 ret_val = xmlGetID(doc, (const xmlChar *)ID); in test_xmlGetID()
923 xmlGetID