Searched defs:idxShift (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c334 u8 idxShift; /* True if apCell[] indices have changed */ member in struct:MemPage
1413 pCur->pPage->idxShift = 0;
1444 assert( pParent->idxShift==0 );
1445 if( pParent->idxShift==0 ){
1459 /* The MemPage.idxShift flag indicates that cell indices might have
2022 pPage->idxShift = 0;
2048 pPage->idxShift = 1;
2081 pPage->idxShift = 1;
2305 if( pParent->idxShift ){

Completed in 69 milliseconds