Searched refs:xmlXPathNodeTrailingSorted (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/libxslt/libexslt/ |
H A D | sets.c | 258 ret = xmlXPathNodeTrailingSorted(arg1, xmlXPathNodeSetItem(arg2, 0));
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
H A D | xpathInternals.h | 405 xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes,
|
/external/libxml2/include/libxml/ |
H A D | xpathInternals.h | 407 xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes,
|
/external/chromium_org/third_party/libxml/src/ |
H A D | xpath.c | 4605 * 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 D | elfgcchack.h | 16754 #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 D | testapi.c | [all...] |
/external/libxml2/ |
H A D | xpath.c | 4718 * 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 D | elfgcchack.h | 16928 #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