Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c4468 return sqlite3ExprCodeRunJustOnce(pParse, pExpr, -1); in sqlite3ExprCodeTarget()
4893 int sqlite3ExprCodeRunJustOnce( in sqlite3ExprCodeRunJustOnce() function
4961 r2 = sqlite3ExprCodeRunJustOnce(pParse, pExpr, -1); in sqlite3ExprCodeTemp()
5019 sqlite3ExprCodeRunJustOnce(pParse, pExpr, target); in sqlite3ExprCodeFactorable()
5079 sqlite3ExprCodeRunJustOnce(pParse, pExpr, target+i); in sqlite3ExprCodeExprList()
H A DsqliteInt.h4761 int sqlite3ExprCodeRunJustOnce(Parse*, Expr*, int);