Home
last modified time | relevance | path

Searched refs:nMaxDepth (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_expr.c764 if( nMaxDepth<0 ){ in fts3ExprCheckDepth()
767 rc = fts3ExprCheckDepth(p->pLeft, nMaxDepth-1); in fts3ExprCheckDepth()
769 rc = fts3ExprCheckDepth(p->pRight, nMaxDepth-1); in fts3ExprCheckDepth()
787 static int fts3ExprBalance(Fts3Expr **pp, int nMaxDepth){ in fts3ExprBalance() argument
793 if( nMaxDepth==0 ){ in fts3ExprBalance()
829 rc = fts3ExprBalance(&p, nMaxDepth-1); in fts3ExprBalance()
832 for(iLvl=0; p && iLvl<nMaxDepth; iLvl++){ in fts3ExprBalance()
879 for(i=0; i<nMaxDepth; i++){ in fts3ExprBalance()
903 for(i=0; i<nMaxDepth; i++){ in fts3ExprBalance()
924 rc = fts3ExprBalance(&pLeft, nMaxDepth-1); in fts3ExprBalance()
[all …]