Lines Matching refs:iCell
105 int iCell; /* Current cell */ member
594 pCsr->aPage[0].iCell = 0; in statNext()
609 while( p->iCell<p->nCell ){ in statNext()
610 StatCell *pCell = &p->aCell[p->iCell]; in statNext()
632 "%s%.3x+%.6x", p->zPath, p->iCell, iOvfl in statNext()
638 p->iCell++; in statNext()
641 if( !p->iRightChildPg || p->iCell>p->nCell ){ in statNext()
658 if( p->iCell==p->nCell ){ in statNext()
661 p[1].iPgno = p->aCell[p->iCell].iChildPg; in statNext()
665 p[1].iCell = 0; in statNext()
667 p[1].zPath = z = sqlite3_mprintf("%s%.3x/", p->zPath, p->iCell); in statNext()
670 p->iCell++; in statNext()