Searched refs:xmlGetID (Results 1 – 8 of 8) sorted by relevance
275 xmlGetID (xmlDocPtr doc,
310 d xmlGetID pr extproc('xmlGetID')
656 xmlGetID;
2803 xmlGetID(xmlDocPtr doc, const xmlChar *ID) { in xmlGetID() function6498 id = xmlGetID(ctxt->doc, str); in xmlValidateRef()6512 id = xmlGetID(ctxt->doc, name); in xmlValidateRef()6534 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
8627 attr = xmlGetID(doc, ID); in xmlXPathGetElementsByIds()
25711 ret_val = xmlGetID(doc, (const xmlChar *)ID); in test_xmlGetID()
923 xmlGetID