Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24704 int addrVisit; /* Address of "rows visited" counter */ member
89068 int addrVisit, /* Address of rows visited counter */ argument
89081 pNew->addrVisit = addrVisit;
89132 int addrVisit argument
89144 if( addrVisit>0 ) pScan->addrVisit = addrVisit;
96213 if( pScan->addrVisit>0 ){
96214 *(sqlite3_int64*)pOut = aOp[pScan->addrVisit].nExec;
163399 int addrVisit; /* Address at which row is visited */ member
164290 v, addrExplain, pLvl->addrBody, pLvl->addrVisit, pLoop->nOut, zObj
166529 pLevel->addrVisit = sqlite3VdbeCurrentAddr(v);