Searched refs:xmlXPathDistinctSorted (Results 1 – 9 of 9) sorted by relevance
123 ret = xmlXPathDistinctSorted(ns); in exsltSetsDistinctFunction()
385 xmlXPathDistinctSorted (xmlNodeSetPtr nodes);
383 xmlXPathDistinctSorted (xmlNodeSetPtr nodes);
2746 xmlXPathDistinctSorted
16100 #undef xmlXPathDistinctSorted16101 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinc…16103 #ifndef xmlXPathDistinctSorted16104 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibi…16105 #define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias macro
4532 xmlXPathDistinctSorted (xmlNodeSetPtr nodes) { in xmlXPathDistinctSorted() function4580 return(xmlXPathDistinctSorted(nodes)); in xmlXPathDistinct()
15926 #undef xmlXPathDistinctSorted15927 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinc…15929 #ifndef xmlXPathDistinctSorted15930 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibi…15931 #define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias macro
4421 xmlXPathDistinctSorted (xmlNodeSetPtr nodes) { in xmlXPathDistinctSorted() function4468 return(xmlXPathDistinctSorted(nodes)); in xmlXPathDistinct()
47177 ret_val = xmlXPathDistinctSorted(nodes); in test_xmlXPathDistinctSorted()