Lines Matching refs:depth2
152 int depth1, depth2; in xmlXPathCmpNodesExt() local
364 for (depth2 = 0, cur = node2; cur->parent != NULL; cur = cur->parent) { in xmlXPathCmpNodesExt()
367 depth2++; in xmlXPathCmpNodesExt()
384 while (depth1 > depth2) { in xmlXPathCmpNodesExt()
388 while (depth2 > depth1) { in xmlXPathCmpNodesExt()
389 depth2--; in xmlXPathCmpNodesExt()
3275 int depth1, depth2; in xmlXPathCmpNodes() local
3344 for (depth2 = 0, cur = node2;cur->parent != NULL;cur = cur->parent) { in xmlXPathCmpNodes()
3347 depth2++; in xmlXPathCmpNodes()
3364 while (depth1 > depth2) { in xmlXPathCmpNodes()
3368 while (depth2 > depth1) { in xmlXPathCmpNodes()
3369 depth2--; in xmlXPathCmpNodes()