Lines Matching defs:depth
1861 int depth = 1;
1865 depth++;
1883 depth--;
1884 if (depth == 0) {
2726 int depth = 0;
2757 if (/* name == "Application" && */ depth == 2) {
2760 depth--;
2766 depth++;
2768 // printf("Depth %d tag %s\n", depth, tag.string());
2770 if (depth == 1) {
2776 } else if (depth == 2) {
2792 if (!keepTag && inApplication && depth == 3) {