Searched refs:addrLoop (Results 1 – 1 of 1) sorted by relevance
24012 int addrLoop; /* Address of "loops" counter */ member87088 int addrLoop, /* Address of loop counter */87101 pNew->addrLoop = addrLoop;87152 int addrLoop,87164 if( addrLoop>0 ) pScan->addrLoop = addrLoop;93938 if( pScan->addrLoop>0 ){93939 *(sqlite3_int64*)pOut = aOp[pScan->addrLoop].nExec;129667 int addrLoop = 0; /* Top of the delete loop */129964 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);129972 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);[all …]