Home | History | Annotate | Download | only in libxml2

Lines Matching refs:depth1

2888     int depth1, depth2;
2963 for (depth1 = 0, cur = node1;cur->parent != NULL;cur = cur->parent) {
2966 depth1++;
2977 while (depth1 > depth2) {
2978 depth1--;
2981 while (depth2 > depth1) {
3037 int depth1, depth2;
3255 for (depth1 = 0, cur = node1;cur->parent != NULL;cur = cur->parent) {
3258 depth1++;
3269 while (depth1 > depth2) {
3270 depth1--;
3273 while (depth2 > depth1) {