Searched refs:addrCont (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 139809 int addrCont = 0; /* Top of insert loop. Label "C" in templates 3 and 4 */ local 140227 addrCont = sqlite3VdbeCurrentAddr(v); 140238 addrInsTop = addrCont = sqlite3VdbeAddOp1(v, OP_Yield, dest.iSDParm); 140509 sqlite3VdbeAddOp2(v, OP_Next, srcTab, addrCont); VdbeCoverage(v); 140513 sqlite3VdbeGoto(v, addrCont); 140518 if( sqlite3VdbeGetOp(v, addrCont-1)->opcode==OP_ReleaseReg ){ 140519 assert( sqlite3VdbeGetOp(v, addrCont)->opcode==OP_Yield ); 151670 int addrCont, addrBreak; /* CONTINUE and BREAK addresses */ local 151801 addrCont = sqlite3VdbeMakeLabel(pParse); 151802 codeOffset(v, regOffset, addrCont); [all …]
|