Lines Matching refs:depth
1096 int depth;
1216 depth = 1;
1217 while (depth < nbsorts) {
1218 if (sorts[depth] == NULL)
1220 comp = sorts[depth]->psvi;
1230 if (resultsTab[depth] == NULL)
1231 resultsTab[depth] = xsltComputeSortResult(ctxt,
1232 depth]);
1233 res = resultsTab[depth];
1278 depth++;
1291 depth = 1;
1292 while (depth < nbsorts) {
1293 if (sorts[depth] == NULL)
1295 if (resultsTab[depth] == NULL)
1297 res = resultsTab[depth];
1301 depth++;