Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17060 #define OP_InitCoroutine 11 /* jump0 */ macro
86699 if( opcode==OP_InitCoroutine ) hasInitCoroutine = 1;
95482 case OP_InitCoroutine: { /* jump0 */
125846 sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
135552 sqlite3VdbeAddOp3(v, OP_InitCoroutine,
135954 sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
148532 addr1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrA, 0, addrSelectA);
148544 addr1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrB, 0, addrSelectB);
152735 sqlite3VdbeAddOp3(v, OP_InitCoroutine, pSubq->regReturn, 0, addrTop);
159967 assert( sqlite3VdbeDb(v)->mallocFailed || pOp->opcode==OP_InitCoroutine );
[all …]