Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libexslt/
Dsets.c123 ret = xmlXPathDistinctSorted(ns); in exsltSetsDistinctFunction()
/external/libxml2/include/libxml/
DxpathInternals.h385 xmlXPathDistinctSorted (xmlNodeSetPtr nodes);
/external/chromium_org/third_party/libxml/src/include/libxml/
DxpathInternals.h383 xmlXPathDistinctSorted (xmlNodeSetPtr nodes);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2746 xmlXPathDistinctSorted
/external/libxml2/
Delfgcchack.h16100 #undef xmlXPathDistinctSorted
16101 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinc…
16103 #ifndef xmlXPathDistinctSorted
16104 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibi…
16105 #define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias macro
Dxpath.c4532 xmlXPathDistinctSorted (xmlNodeSetPtr nodes) { in xmlXPathDistinctSorted() function
4580 return(xmlXPathDistinctSorted(nodes)); in xmlXPathDistinct()
/external/chromium_org/third_party/libxml/src/
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.c4421 xmlXPathDistinctSorted (xmlNodeSetPtr nodes) { in xmlXPathDistinctSorted() function
4468 return(xmlXPathDistinctSorted(nodes)); in xmlXPathDistinct()
Dtestapi.c47177 ret_val = xmlXPathDistinctSorted(nodes); in test_xmlXPathDistinctSorted()