Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c116245 int addrOnce = 0; /* Address of the OP_Once instruction at top */ local
116288 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);
116298 sqlite3VdbeJumpHere(v, addrOnce);
116321 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);
116352 addrOnce?"":"CORRELATED ", pSelect->selId
116365 if( addrOnce
116383 sqlite3VdbeGetOp(v, addrOnce)->p3 = dest.iSDParm2;
116439 if( addrOnce && !sqlite3ExprIsConstant(pParse, pE2) ){
116440 sqlite3VdbeChangeToNoop(v, addrOnce-1);
116441 sqlite3VdbeChangeToNoop(v, addrOnce);
[all …]