Lines Matching refs:leaf

62462   u8 leaf;             /* True if a leaf page */
64338 assert( pPage->leaf==0 );
64359 assert( pPage->leaf==0 || pPage->leaf==1 );
64426 assert( pPage->leaf==0 || pPage->leaf==1 );
64810 assert( pPage->cellOffset == hdr + 12 - 4*pPage->leaf );
64997 pPage->leaf = (u8)(flagByte>>3); assert( PTF_LEAF == 1<<3 );
64999 pPage->childPtrSize = 4-4*pPage->leaf;
65010 if( pPage->leaf ){
65142 if( !pPage->leaf ) iCellLast--;
66732 if( !pPage->leaf ){
66738 if( !pPage->leaf ){
68378 }else if( !pRoot->leaf ){
68405 while( rc==SQLITE_OK && !(pPage = pCur->pPage)->leaf ){
68430 while( !(pPage = pCur->pPage)->leaf ){
68484 assert( pCur->pPage->leaf );
68654 if( !pPage->leaf ){
68753 assert( lwr==upr+1 || (pPage->intKey && !pPage->leaf) );
68755 if( pPage->leaf ){
68810 if( NEVER(pCur->pPage->leaf==0) ) return -1;
68881 if( !pPage->leaf ){
68900 if( pPage->leaf ){
68919 if( pPage->leaf ){
68969 if( !pPage->leaf ){
68987 if( pPage->intKey && !pPage->leaf ){
69003 || pCur->pPage->leaf==0
70522 if( !pPage->leaf ){
70528 if( !pPage->leaf ){
70819 leafCorrection = b.pRef->leaf*4;
70890 if( !pOld->leaf ){
71217 if( !pNew->leaf ){
71861 assert( pPage->leaf || !pPage->intKey );
71886 if( !pPage->leaf ){
71910 assert( pPage->leaf );
71914 assert( pPage->leaf );
72031 if( !pPage->leaf
72051 if( !pPage->leaf ){
72084 if( !pPage->leaf ){
72356 if( !pPage->leaf ){
72363 if( !pPage->leaf ){
72643 if( pPage->leaf || !pPage->intKey ){
72657 if( pPage->leaf ){
73008 cellStart = hdr + 12 - 4*pPage->leaf;
73012 if( !pPage->leaf ){
73078 if( !pPage->leaf ){
73106 if( !pPage->leaf ){