Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9804 #define OP_InitCoroutine 20 macro
71654 case OP_InitCoroutine: { /* jump */
100276 sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
109404 j1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrA, 0, addrSelectA);
109416 j1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrB, 0, addrSelectB);
111308 sqlite3VdbeAddOp3(v, OP_InitCoroutine, pItem->regReturn, 0, addrTop);
119480 sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, pTabItem->addrFillSub);

Completed in 366 milliseconds