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

/external/libxml2/include/libxml/
H A DxpathInternals.h405 xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes,
/external/libxml2/
H A Dxpath.c4649 * xmlXPathNodeTrailingSorted:
4661 xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { function
4694 * @nodes is sorted by document order, then #xmlXPathNodeTrailingSorted
4704 return(xmlXPathNodeTrailingSorted(nodes, node));
4723 return(xmlXPathNodeTrailingSorted(nodes1,
4749 return(xmlXPathNodeTrailingSorted(nodes1,
H A Delfgcchack.h16754 #undef xmlXPathNodeTrailingSorted macro
16755 extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted __attribute((alias("xmlXPathNodeTrailingSorted__internal_alias")));
16757 #ifndef xmlXPathNodeTrailingSorted
16758 extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted__internal_alias __attribute((visibility("hidden")));
16759 #define xmlXPathNodeTrailingSorted xmlXPathNodeTrailingSorted__internal_alias macro

Completed in 140 milliseconds