Searched refs:xmlXPathCmpNodes (Results 1 – 14 of 14) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xpath.in.h | 480 xmlXPathCmpNodes (xmlNodePtr node1,
|
D | xpointer.c | 269 return(xmlXPathCmpNodes(node1, node2)); in xmlXPtrCmpPoints()
|
D | xpath.c | 492 int res = xmlXPathCmpNodes(x, y); in wrap_cmp() 3301 xmlXPathCmpNodes(xmlNodePtr node1, xmlNodePtr node2) { in xmlXPathCmpNodes() function 3467 if (xmlXPathCmpNodes(set->nodeTab[j], in xmlXPathNodeSetSort() 12360 (xmlXPathCmpNodes(*first, cur) >= 0)) in xmlXPathNodeCollectAndTest() 12373 (xmlXPathCmpNodes(cur, *last) >= 0)) in xmlXPathNodeCollectAndTest()
|
D | elfgcchack.h | 15927 #undef xmlXPathCmpNodes 15928 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal_… 15930 #ifndef xmlXPathCmpNodes 15931 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidden… 15932 #define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias macro
|
/third_party/libxml2/include/libxml/ |
D | xpath.h | 458 xmlXPathCmpNodes (xmlNodePtr node1,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xpath.rpgle | 454 d xmlXPathCmpNodes... 455 d pr extproc('xmlXPathCmpNodes')
|
/third_party/libxml2/ |
D | libxml2.syms | 482 xmlXPathCmpNodes;
|
D | xpath.c | 475 int res = xmlXPathCmpNodes(x, y); in wrap_cmp() 3315 xmlXPathCmpNodes(xmlNodePtr node1, xmlNodePtr node2) { in xmlXPathCmpNodes() function 3481 if (xmlXPathCmpNodes(set->nodeTab[j], in xmlXPathNodeSetSort() 12242 (xmlXPathCmpNodes(*first, cur) >= 0)) in xmlXPathNodeCollectAndTest() 12255 (xmlXPathCmpNodes(cur, *last) >= 0)) in xmlXPathNodeCollectAndTest()
|
D | xpointer.c | 240 return(xmlXPathCmpNodes(node1, node2)); in xmlXPtrCmpPoints()
|
D | elfgcchack.h | 15918 #undef xmlXPathCmpNodes 15919 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal_… 15921 #ifndef xmlXPathCmpNodes 15922 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidden… 15923 #define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias macro
|
D | NEWS | 729 Fix comparison with root node in xmlXPathCmpNodes (Nick Wellnhofer),
|
D | testapi.c | 46550 ret_val = xmlXPathCmpNodes(node1, node2); in test_xmlXPathCmpNodes()
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 2713 xmlXPathCmpNodes
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 75947 - * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain 76679 - * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes() 76692 - xmlXPathCmpNodes() is still called, but I currently don't 82634 - * xpath.c: small enhancement to xmlXPathCmpNodes to assure 92103 - * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed 116891 -#undef xmlXPathCmpNodes 116892 -extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal… 116894 -#ifndef xmlXPathCmpNodes 116895 -extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidde… 116896 -#define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias
|