Searched refs:nMaxDepth (Results 1 – 2 of 2) sorted by relevance
174 const MIuint nMaxDepth = 10; in GetCompositeValue() local186 } else if (vnDepth < nMaxDepth) { in GetCompositeValue()
173436 if( nMaxDepth<0 ){ 173439 rc = fts3ExprCheckDepth(p->pLeft, nMaxDepth-1);173441 rc = fts3ExprCheckDepth(p->pRight, nMaxDepth-1);173459 static int fts3ExprBalance(Fts3Expr **pp, int nMaxDepth){173465 if( nMaxDepth==0 ){173501 rc = fts3ExprBalance(&p, nMaxDepth-1);173504 for(iLvl=0; p && iLvl<nMaxDepth; iLvl++){173551 for(i=0; i<nMaxDepth; i++){173575 for(i=0; i<nMaxDepth; i++){173596 rc = fts3ExprBalance(&pLeft, nMaxDepth-1);[all …]