Searched refs:xmlXPathDistinctSorted (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A DxpathInternals.h383 xmlXPathDistinctSorted (xmlNodeSetPtr nodes);
/external/libxml2/
H A Delfgcchack.h15926 #undef xmlXPathDistinctSorted macro
15927 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinctSorted__internal_alias")));
15929 #ifndef xmlXPathDistinctSorted
15930 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibility("hidden")));
15931 #define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias macro
H A Dxpath.c4455 * xmlXPathDistinctSorted:
4465 xmlXPathDistinctSorted (xmlNodeSetPtr nodes) { function
4512 return(xmlXPathDistinctSorted(nodes));

Completed in 121 milliseconds