Home | History | Annotate | Download | only in libxml2

Lines Matching refs:depth2

2888     int depth1, depth2;
2957 for (depth2 = 0, cur = node2;cur->parent != NULL;cur = cur->parent) {
2960 depth2++;
2977 while (depth1 > depth2) {
2981 while (depth2 > depth1) {
2982 depth2--;
3037 int depth1, depth2;
3249 for (depth2 = 0, cur = node2;cur->parent != NULL;cur = cur->parent) {
3252 depth2++;
3269 while (depth1 > depth2) {
3273 while (depth2 > depth1) {
3274 depth2--;