Searched refs:leafCorrection (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5840 u16 leafCorrection; /* 4 if pPage is a leaf. 0 if not */ local
5993 ** leafCorrection: 4 if pPage is a leaf. 0 if pPage is not a leaf.
5996 leafCorrection = apOld[0]->leaf*4;
6027 apCell[nCell] = pTemp+leafCorrection;
6028 assert( leafCorrection==0 || leafCorrection==4 );
6029 szCell[nCell] = szCell[nCell] - leafCorrection;
6031 assert( leafCorrection==0 );
6037 assert( leafCorrection==4 );
6063 usableSpace = pBt->usableSize - 12 + leafCorrection;
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c52959 u16 leafCorrection; /* 4 if pPage is a leaf. 0 if not */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57664 u16 leafCorrection; /* 4 if pPage is a leaf. 0 if not */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57684 u16 leafCorrection; /* 4 if pPage is a leaf. 0 if not */ local
[all...]

Completed in 1576 milliseconds