Lines Matching refs:intKey
12428 i64 intKey,
58237 u8 intKey; /* True if table b-trees. False for index b-trees */
60202 if( pPage->intKey ){
60699 pPage->intKey = 1;
60717 pPage->intKey = 0;
61031 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){
63903 pCur->curIntKey = pCur->apPage[0]->intKey;
63918 assert( pRoot->intKey==1 || pRoot->intKey==0 );
63919 if( pRoot->isInit==0 || (pCur->pKeyInfo==0)!=pRoot->intKey ){
64095 i64 intKey, /* The table key */
64113 if( pCur->info.nKey==intKey ){
64117 if( pCur->info.nKey<intKey ){
64126 if( pCur->info.nKey+1==intKey && !pCur->skipNext ){
64132 if( pCur->info.nKey==intKey ){
64163 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
64178 assert( pPage->intKey==(pIdxKey==0) );
64194 if( nCellKey<intKey ){
64197 }else if( nCellKey>intKey ){
64201 assert( nCellKey==intKey );
64302 assert( lwr==upr+1 || (pPage->intKey && !pPage->leaf) );
64443 if( pPage->intKey ){
64549 if( pPage->intKey && !pPage->leaf ){
65164 if( pPage->intKey ){
67107 assert( pPage->intKey || pX->nKey>=0 );
67108 assert( pPage->leaf || !pPage->intKey );
67590 assert( pPage->intKey || CORRUPT_DB );
67591 testcase( !pPage->intKey );
67863 if( pPage->leaf || !pPage->intKey ){
68274 if( pPage->intKey ){
68728 assert( pCsr->apPage[pCsr->iPage]->intKey );