Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c23522 int addrVisit; /* Address of "rows visited" counter */ member
86029 int addrVisit, /* Address of rows visited counter */
86042 pNew->addrVisit = addrVisit;
86093 int addrVisit
86105 if( addrVisit>0 ) pScan->addrVisit = addrVisit;
92808 if( pScan->addrVisit>0 ){
92809 *(sqlite3_int64*)pOut = aOp[pScan->addrVisit].nExec;
156900 int addrVisit; /* Address at which row is visited */
157719 v, addrExplain, pLvl->addrBody, pLvl->addrVisit, pLoop->nOut, zObj
159895 pLevel->addrVisit = sqlite3VdbeCurrentAddr(v);