Searched refs:addrOnce (Results 1 – 1 of 1) sorted by relevance
116421 int addrOnce = 0; /* Address of the OP_Once instruction at top */ local116464 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);116474 sqlite3VdbeJumpHere(v, addrOnce);116497 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);116528 addrOnce?"":"CORRELATED ", pSelect->selId116541 if( addrOnce116559 sqlite3VdbeGetOp(v, addrOnce)->p3 = dest.iSDParm2;116615 if( addrOnce && !sqlite3ExprIsConstant(pParse, pE2) ){116616 sqlite3VdbeChangeToNoop(v, addrOnce-1);116617 sqlite3VdbeChangeToNoop(v, addrOnce);[all …]