Lines Matching refs:intKey
10173 i64 intKey,
53798 u8 intKey; /* True if table b-trees. False for index b-trees */
55746 if( pPage->intKey ){
56191 pPage->intKey = 1;
56211 pPage->intKey = 0;
56516 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey)
59353 pCur->curIntKey = pCur->apPage[0]->intKey;
59368 assert( pRoot->intKey==1 || pRoot->intKey==0 );
59369 if( pRoot->isInit==0 || (pCur->pKeyInfo==0)!=pRoot->intKey ){
59541 i64 intKey, /* The table key */
59558 if( pCur->info.nKey==intKey ){
59562 if( (pCur->curFlags & BTCF_AtLast)!=0 && pCur->info.nKey<intKey ){
59591 assert( pCur->apPage[0]->intKey==pCur->curIntKey );
59606 assert( pPage->intKey==(pIdxKey==0) );
59622 if( nCellKey<intKey ){
59625 }else if( nCellKey>intKey ){
59629 assert( nCellKey==intKey );
59729 assert( lwr==upr+1 || (pPage->intKey && !pPage->leaf) );
59846 if( pPage->intKey ){
59952 if( pPage->intKey && !pPage->leaf ){
60581 if( pPage->intKey ){
62501 assert( pPage->intKey || nKey>=0 );
62502 assert( pPage->leaf || !pPage->intKey );
62939 assert( pPage->intKey || CORRUPT_DB );
62940 testcase( !pPage->intKey );
63233 if( pPage->leaf || !pPage->intKey ){
63644 if( pPage->intKey ){
64096 assert( pCsr->apPage[pCsr->iPage]->intKey );