Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24673 int addrLoop; /* Address of "loops" counter */ member
88915 int addrLoop, /* Address of loop counter */ argument
88928 pNew->addrLoop = addrLoop;
88979 int addrLoop, argument
88991 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 */ local
133307 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);
133315 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
[all …]