Home
last modified time | relevance | path

Searched refs:addrLoop (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24703 int addrLoop; /* Address of "loops" counter */ member
89067 int addrLoop, /* Address of loop counter */ argument
89080 pNew->addrLoop = addrLoop;
89131 int addrLoop, argument
89143 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 */ local
133515 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);
133523 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
[all …]