Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddbstat.c98 int iOvfl; /* Iterates through aOvfl[] */ member
611 while( pCell->iOvfl<pCell->nOvfl ){ in statNext()
612 int nUsable, iOvfl; in statNext() local
619 if( pCell->iOvfl<pCell->nOvfl-1 ){ in statNext()
625 iOvfl = pCell->iOvfl; in statNext()
626 pCell->iOvfl++; in statNext()
629 pCsr->iPageno = pCell->aOvfl[iOvfl]; in statNext()
632 "%s%.3x+%.6x", p->zPath, p->iCell, iOvfl in statNext()