Searched defs:xmlXPathDistinctSorted (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c4411 * xmlXPathDistinctSorted:
4421 xmlXPathDistinctSorted (xmlNodeSetPtr nodes) { function
4468 return(xmlXPathDistinctSorted(nodes));
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
/external/libxml2/
H A Dxpath.c4522 * xmlXPathDistinctSorted:
4532 xmlXPathDistinctSorted (xmlNodeSetPtr nodes) { function
4580 return(xmlXPathDistinctSorted(nodes));
H A Delfgcchack.h16100 #undef xmlXPathDistinctSorted macro
16101 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinctSorted__internal_alias")));
16103 #ifndef xmlXPathDistinctSorted
16104 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibility("hidden")));
16105 #define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias macro

Completed in 1378 milliseconds