Searched refs:addrLoop (Results 1 – 1 of 1) sorted by relevance
24703 int addrLoop; /* Address of "loops" counter */ member89067 int addrLoop, /* Address of loop counter */ argument89080 pNew->addrLoop = addrLoop;89131 int addrLoop, argument89143 if( addrLoop>0 ) pScan->addrLoop = addrLoop;96205 if( pScan->addrLoop>0 ){96206 *(sqlite3_int64*)pOut = aOp[pScan->addrLoop].nExec;133218 int addrLoop = 0; /* Top of the delete loop */ local133515 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);133523 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);[all …]