Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c4739 static void findConstInWhere(WhereConst *pConst, Expr *pExpr){ in findConstInWhere() function
4748 findConstInWhere(pConst, pExpr->pRight); in findConstInWhere()
4749 findConstInWhere(pConst, pExpr->pLeft); in findConstInWhere()
4920 findConstInWhere(&x, p->pWhere); in propagateConstants()