Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17695 #define OP_InitCoroutine 11 /* jump0 */ macro
88678 if( opcode==OP_InitCoroutine ) hasInitCoroutine = 1;
97780 case OP_InitCoroutine: { /* jump0 */
129393 sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
139635 sqlite3VdbeAddOp3(v, OP_InitCoroutine,
140037 sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
152573 addr1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrA, 0, addrSelectA);
152585 addr1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrB, 0, addrSelectB);
157055 sqlite3VdbeAddOp3(v, OP_InitCoroutine, pSubq->regReturn, 0, addrTop);
164306 assert( sqlite3VdbeDb(v)->mallocFailed || pOp->opcode==OP_InitCoroutine );
[all …]