Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c116872 int addrTop; /* Top of the step-6 loop */ local
117074 addrTop = sqlite3VdbeAddOp2(v, OP_Rewind, iTab, destIfFalse);
117107 sqlite3VdbeAddOp2(v, OP_Next, iTab, addrTop+1);
129372 int addrTop; /* Top of the co-routine */ local
129392 addrTop = sqlite3VdbeCurrentAddr(v) + 1;
129393 sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
129407 sqlite3VdbeJumpHere(v, addrTop - 1);
140034 int addrTop; /* Top of the co-routine */ local
140036 addrTop = sqlite3VdbeCurrentAddr(v) + 1;
140037 sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
[all …]