Home
last modified time | relevance | path

Searched defs:pConst (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dselect.c4692 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() local
H A DsqliteInt.h4098 struct WhereConst *pConst; /* WHERE clause constants */ member