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

/external/chromium_org/third_party/libxslt/libexslt/
H A Dsets.c258 ret = xmlXPathNodeTrailingSorted(arg1, xmlXPathNodeSetItem(arg2, 0));
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DxpathInternals.h405 xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes,
/external/libxml2/include/libxml/
H A DxpathInternals.h407 xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes,
/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
H A Dtestapi.c[all...]
/external/libxml2/
H A Dxpath.c4718 * xmlXPathNodeTrailingSorted:
4730 xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { function
4764 * @nodes is sorted by document order, then #xmlXPathNodeTrailingSorted
4774 return(xmlXPathNodeTrailingSorted(nodes, node));
4793 return(xmlXPathNodeTrailingSorted(nodes1,
4819 return(xmlXPathNodeTrailingSorted(nodes1,
H A Delfgcchack.h16928 #undef xmlXPathNodeTrailingSorted macro
16929 extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted __attribute((alias("xmlXPathNodeTrailingSorted__internal_alias")));
16931 #ifndef xmlXPathNodeTrailingSorted
16932 extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted__internal_alias __attribute((visibility("hidden")));
16933 #define xmlXPathNodeTrailingSorted xmlXPathNodeTrailingSorted__internal_alias macro

Completed in 359 milliseconds