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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c4605 * xmlXPathNodeTrailingSorted:
4617 xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { function
4650 * @nodes is sorted by document order, then #xmlXPathNodeTrailingSorted
4660 return(xmlXPathNodeTrailingSorted(nodes, node));
4679 return(xmlXPathNodeTrailingSorted(nodes1,
4705 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
/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 190 milliseconds