Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24674 int addrVisit; /* Address of "rows visited" counter */ member
88916 int addrVisit, /* Address of rows visited counter */ argument
88929 pNew->addrVisit = addrVisit;
88980 int addrVisit argument
88992 if( addrVisit>0 ) pScan->addrVisit = addrVisit;
96055 if( pScan->addrVisit>0 ){
96056 *(sqlite3_int64*)pOut = aOp[pScan->addrVisit].nExec;
163149 int addrVisit; /* Address at which row is visited */ member
164040 v, addrExplain, pLvl->addrBody, pLvl->addrVisit, pLoop->nOut, zObj
166279 pLevel->addrVisit = sqlite3VdbeCurrentAddr(v);