Lines Matching refs:nDepth
10918 int nDepth; /* Depth of subquery recursion. 1 for no recursion */78276 /* The pNC->nDepth==0 test causes aggregate functions in subqueries78278 if( pNC->nDepth==0 ){78323 if( pNC->nDepth==0 ){78324 pNC->nDepth++;78326 pNC->nDepth--;