Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c23433 int addrLoop; /* Address of "loops" counter */ member
85552 int addrLoop, /* Address of loop counter */
85565 pNew->addrLoop = addrLoop;
85616 int addrLoop,
85628 if( addrLoop>0 ) pScan->addrLoop = addrLoop;
92295 if( pScan->addrLoop>0 ){
92296 *(sqlite3_int64*)pOut = aOp[pScan->addrLoop].nExec;
127185 int addrLoop = 0; /* Top of the delete loop */
127482 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);
127490 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
[all …]