Searched refs:fts3EvalUpdateCounts (Results 1 – 1 of 1) sorted by relevance
5737 static void fts3EvalUpdateCounts(Fts3Expr *pExpr, int nCol){ in fts3EvalUpdateCounts() function5763 fts3EvalUpdateCounts(pExpr->pLeft, nCol); in fts3EvalUpdateCounts()5764 fts3EvalUpdateCounts(pExpr->pRight, nCol); in fts3EvalUpdateCounts()5834 fts3EvalUpdateCounts(pRoot, pTab->nColumn); in fts3EvalGatherStats()