Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_expr.c799 Fts3Expr **apLeaf; in fts3ExprBalance() local
801 if( 0==apLeaf ){ in fts3ExprBalance()
833 if( apLeaf[iLvl]==0 ){ in fts3ExprBalance()
834 apLeaf[iLvl] = p; in fts3ExprBalance()
838 pFree->pLeft = apLeaf[iLvl]; in fts3ExprBalance()
846 apLeaf[iLvl] = 0; in fts3ExprBalance()
880 if( apLeaf[i] ){ in fts3ExprBalance()
882 p = apLeaf[i]; in fts3ExprBalance()
887 pFree->pLeft = apLeaf[i]; in fts3ExprBalance()
904 sqlite3Fts3ExprFree(apLeaf[i]); in fts3ExprBalance()
[all …]