Searched refs:iCellDepth (Results 1 – 1 of 1) sorted by relevance
81329 int iCellDepth; /* Depth of node containing pCell */ local81351 iCellDepth = pCur->iPage;81447 if( iCellDepth<pCur->iPage-1 ){81448 n = pCur->apPage[iCellDepth+1]->pgno;81490 if( rc==SQLITE_OK && pCur->iPage>iCellDepth ){81493 while( pCur->iPage>iCellDepth ){81502 assert( (pCur->iPage==iCellDepth || CORRUPT_DB) );