MCPcopy Create free account
hub / github.com/Kitware/VTK / wrap_cmp

Function wrap_cmp

ThirdParty/libxml2/vtklibxml2/xpath.c:558–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556int wrap_cmp( xmlNodePtr x, xmlNodePtr y );
557#ifdef XP_OPTIMIZED_NON_ELEM_COMPARISON
558 static int wrap_cmp( xmlNodePtr x, xmlNodePtr y )
559 {
560 int res = xmlXPathCmpNodesExt(x, y);
561 return res == -2 ? res : -res;
562 }
563#else
564 static int wrap_cmp( xmlNodePtr x, xmlNodePtr y )
565 {

Callers

nothing calls this directly

Calls 2

xmlXPathCmpNodesExtFunction · 0.85
xmlXPathCmpNodesFunction · 0.85

Tested by

no test coverage detected