Lines Matching refs:addrOnce
116245 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);
116443 addrOnce = 0;
116458 if( addrOnce ){
116460 sqlite3VdbeJumpHere(v, addrOnce);
116489 int addrOnce = 0; /* Address of OP_Once at top of subroutine */ local
116537 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);
116551 addrOnce?"":"CORRELATED ", pSel->selId));
116611 if( addrOnce ){
116612 sqlite3VdbeJumpHere(v, addrOnce);
150456 int addrOnce = 0; local
150525 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);
150529 if( addrOnce ) sqlite3VdbeJumpHere(v, addrOnce);
160313 int addrOnce = 0; local
160324 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);
160328 if( addrOnce ){
160329 sqlite3VdbeJumpHereOrPopInst(v, addrOnce);
169869 int addrOnce; /* Address of opening OP_Once */ local
169891 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);
169977 sqlite3VdbeJumpHere(v, addrOnce);