Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h383 xmlXPathDistinctSorted (xmlNodeSetPtr nodes);
/external/libxml2/
Delfgcchack.h15926 #undef xmlXPathDistinctSorted
15927 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinc…
15929 #ifndef xmlXPathDistinctSorted
15930 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibi…
15931 #define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias macro
Dxpath.c4465 xmlXPathDistinctSorted (xmlNodeSetPtr nodes) { in xmlXPathDistinctSorted() function
4512 return(xmlXPathDistinctSorted(nodes)); in xmlXPathDistinct()