Lines Matching refs:depth1
152 int depth1, depth2; in xmlXPathCmpNodesExt() local
370 for (depth1 = 0, cur = node1;cur->parent != NULL;cur = cur->parent) { in xmlXPathCmpNodesExt()
373 depth1++; in xmlXPathCmpNodesExt()
384 while (depth1 > depth2) { in xmlXPathCmpNodesExt()
385 depth1--; in xmlXPathCmpNodesExt()
388 while (depth2 > depth1) { in xmlXPathCmpNodesExt()
3275 int depth1, depth2; in xmlXPathCmpNodes() local
3350 for (depth1 = 0, cur = node1;cur->parent != NULL;cur = cur->parent) { in xmlXPathCmpNodes()
3353 depth1++; in xmlXPathCmpNodes()
3364 while (depth1 > depth2) { in xmlXPathCmpNodes()
3365 depth1--; in xmlXPathCmpNodes()
3368 while (depth2 > depth1) { in xmlXPathCmpNodes()