Searched refs:addrOnce (Results 1 – 1 of 1) sorted by relevance
116245 int addrOnce = 0; /* Address of the OP_Once instruction at top */ local116288 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);116298 sqlite3VdbeJumpHere(v, addrOnce);116321 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);116352 addrOnce?"":"CORRELATED ", pSelect->selId116365 if( addrOnce116383 sqlite3VdbeGetOp(v, addrOnce)->p3 = dest.iSDParm2;116439 if( addrOnce && !sqlite3ExprIsConstant(pParse, pE2) ){116440 sqlite3VdbeChangeToNoop(v, addrOnce-1);116441 sqlite3VdbeChangeToNoop(v, addrOnce);[all …]