Lines Matching refs:nDepth
102124 int nDepth = 0;
102128 nDepth++;
102130 return nDepth;
102134 ** pRoot is the root of an incremental merge-tree with depth nDepth (according
102143 int nDepth, /* Depth of tree according to TreeDepth() */
102156 for(i=1; i<nDepth; i++){
102160 for(i=1; i<nDepth && rc==SQLITE_OK; i++){
102221 int nDepth = vdbeSorterTreeDepth(pTask->nPMA);
102238 rc = vdbeSorterAddToTree(pTask, nDepth, iSeq++, pRoot, pMerger);