Searched defs:xmlXPathNodeTrailingSorted (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxpath.c4723 * xmlXPathNodeTrailingSorted:
4735 xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { function
4769 * @nodes is sorted by document order, then #xmlXPathNodeTrailingSorted
4779 return(xmlXPathNodeTrailingSorted(nodes, node));
4798 return(xmlXPathNodeTrailingSorted(nodes1,
4824 return(xmlXPathNodeTrailingSorted(nodes1,
H A Delfgcchack.h16940 #undef xmlXPathNodeTrailingSorted macro
16941 extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted __attribute((alias("xmlXPathNodeTrailingSorted__internal_alias")));
16943 #ifndef xmlXPathNodeTrailingSorted
16944 extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted__internal_alias __attribute((visibility("hidden")));
16945 #define xmlXPathNodeTrailingSorted xmlXPathNodeTrailingSorted__internal_alias macro

Completed in 128 milliseconds