Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c81329 int iCellDepth; /* Depth of node containing pCell */ local
81351 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) );