Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c116421 int addrOnce = 0; /* Address of the OP_Once instruction at top */ local
116464 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);
116474 sqlite3VdbeJumpHere(v, addrOnce);
116497 addrOnce = sqlite3VdbeAddOp0(v, OP_Once); VdbeCoverage(v);
116528 addrOnce?"":"CORRELATED ", pSelect->selId
116541 if( addrOnce
116559 sqlite3VdbeGetOp(v, addrOnce)->p3 = dest.iSDParm2;
116615 if( addrOnce && !sqlite3ExprIsConstant(pParse, pE2) ){
116616 sqlite3VdbeChangeToNoop(v, addrOnce-1);
116617 sqlite3VdbeChangeToNoop(v, addrOnce);
[all …]