Searched refs:apLeaf (Results 1 – 1 of 1) sorted by relevance
799 Fts3Expr **apLeaf; in fts3ExprBalance() local801 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 …]