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

/external/libxml2/
H A Dxpath.c70 * xmlXPathCmpNodes(). The new function is optimized comparison of
2833 * xmlXPathCmpNodes:
2843 xmlXPathCmpNodes(xmlNodePtr node1, xmlNodePtr node2) { function
3295 if (xmlXPathCmpNodes(set->nodeTab[j],
12197 (xmlXPathCmpNodes(*first, cur) >= 0))
12210 (xmlXPathCmpNodes(cur, *last) >= 0))
H A Delfgcchack.h15710 #undef xmlXPathCmpNodes macro
15711 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal_alias")));
15713 #ifndef xmlXPathCmpNodes
15714 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidden")));
15715 #define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias macro

Completed in 134 milliseconds