Searched refs:childPtrSize (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h279 u8 childPtrSize; /* 0 if leaf==1. 4 if leaf==0 */ member in struct:MemPage
H A Dbtree.c898 n = pPage->childPtrSize;
969 u8 *pIter = &pCell[pPage->childPtrSize];
1251 assert( start>=pPage->hdrOffset+6+pPage->childPtrSize );
1344 pPage->childPtrSize = 4-4*pPage->leaf;
4473 pCell = findCell(pPage, idx) + pPage->childPtrSize;
4518 u8 * const pCellBody = pCell - pPage->childPtrSize;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46481 u8 childPtrSize; /* 0 if leaf==1. 4 if leaf==0 */ member in struct:MemPage
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c50875 u8 childPtrSize; /* 0 if leaf==1. 4 if leaf==0 */ member in struct:MemPage
[all...]
/external/sqlite/dist/
H A Dsqlite3.c50895 u8 childPtrSize; /* 0 if leaf==1. 4 if leaf==0 */ member in struct:MemPage
[all...]

Completed in 2652 milliseconds