Searched refs:addrLoop (Results 1 – 1 of 1) sorted by relevance
24673 int addrLoop; /* Address of "loops" counter */ member88915 int addrLoop, /* Address of loop counter */ argument88928 pNew->addrLoop = addrLoop;88979 int addrLoop, argument88991 if( addrLoop>0 ) pScan->addrLoop = addrLoop;96047 if( pScan->addrLoop>0 ){96048 *(sqlite3_int64*)pOut = aOp[pScan->addrLoop].nExec;133010 int addrLoop = 0; /* Top of the delete loop */ local133307 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);133315 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);[all …]