Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c116696 int addrTop; /* Top of the step-6 loop */ local
116898 addrTop = sqlite3VdbeAddOp2(v, OP_Rewind, iTab, destIfFalse);
116922 sqlite3VdbeAddOp2(v, OP_Next, iTab, addrTop+1);
129164 int addrTop; /* Top of the co-routine */ local
129184 addrTop = sqlite3VdbeCurrentAddr(v) + 1;
129185 sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
129199 sqlite3VdbeJumpHere(v, addrTop - 1);
139813 int addrTop; /* Top of the co-routine */ local
139815 addrTop = sqlite3VdbeCurrentAddr(v) + 1;
139816 sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
[all …]