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

/external/chromium_org/third_party/libxml/src/
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],
12212 (xmlXPathCmpNodes(*first, cur) >= 0))
12225 (xmlXPathCmpNodes(cur, *last) >= 0))
H A Delfgcchack.h15722 #undef xmlXPathCmpNodes macro
15723 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal_alias")));
15725 #ifndef xmlXPathCmpNodes
15726 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidden")));
15727 #define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias macro
/external/libxml2/
H A Dxpath.c81 * xmlXPathCmpNodes(). The new function is optimized comparison of
166 int res = xmlXPathCmpNodes(x, y);
2967 * xmlXPathCmpNodes:
2977 xmlXPathCmpNodes(xmlNodePtr node1, xmlNodePtr node2) { function
3435 if (xmlXPathCmpNodes(set->nodeTab[j],
12345 (xmlXPathCmpNodes(*first, cur) >= 0))
12358 (xmlXPathCmpNodes(cur, *last) >= 0))
H A Delfgcchack.h15896 #undef xmlXPathCmpNodes macro
15897 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal_alias")));
15899 #ifndef xmlXPathCmpNodes
15900 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidden")));
15901 #define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias macro

Completed in 814 milliseconds