Searched refs:addrCont (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 139588 int addrCont = 0; /* Top of insert loop. Label "C" in templates 3 and 4 */ local 140006 addrCont = sqlite3VdbeCurrentAddr(v); 140017 addrInsTop = addrCont = sqlite3VdbeAddOp1(v, OP_Yield, dest.iSDParm); 140288 sqlite3VdbeAddOp2(v, OP_Next, srcTab, addrCont); VdbeCoverage(v); 140292 sqlite3VdbeGoto(v, addrCont); 140297 if( sqlite3VdbeGetOp(v, addrCont-1)->opcode==OP_ReleaseReg ){ 140298 assert( sqlite3VdbeGetOp(v, addrCont)->opcode==OP_Yield ); 151440 int addrCont, addrBreak; /* CONTINUE and BREAK addresses */ local 151571 addrCont = sqlite3VdbeMakeLabel(pParse); 151572 codeOffset(v, regOffset, addrCont); [all …]
|