Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c4671 typedef struct WhereConst WhereConst; typedef
4672 struct WhereConst { struct
4692 WhereConst *pConst, /* The WhereConst into which we are inserting */ in constInsert() argument
4739 static void findConstInWhere(WhereConst *pConst, Expr *pExpr){ in findConstInWhere()
4775 WhereConst *pConst, in propagateConstantExprRewriteOne()
4825 WhereConst *pConst = pWalker->u.pConst; in propagateConstantExprRewrite()
4899 WhereConst x; in propagateConstants()
H A DsqliteInt.h4098 struct WhereConst *pConst; /* WHERE clause constants */