Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
DbtreeInt.h279 u8 childPtrSize; /* 0 if leaf==1. 4 if leaf==0 */ member
Dbtree.c898 n = pPage->childPtrSize; in btreeParseCellPtr()
969 u8 *pIter = &pCell[pPage->childPtrSize]; in cellSizePtr()
1251 assert( start>=pPage->hdrOffset+6+pPage->childPtrSize ); in freeSpace()
1344 pPage->childPtrSize = 4-4*pPage->leaf; in decodeFlags()
4473 pCell = findCell(pPage, idx) + pPage->childPtrSize; in sqlite3BtreeMovetoUnpacked()
4518 u8 * const pCellBody = pCell - pPage->childPtrSize; in sqlite3BtreeMovetoUnpacked()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c46660 u8 childPtrSize; /* 0 if leaf==1. 4 if leaf==0 */
48196 n = pPage->childPtrSize;
48267 u8 *pIter = &pCell[pPage->childPtrSize];
48549 assert( start>=pPage->hdrOffset+6+pPage->childPtrSize );
48642 pPage->childPtrSize = 4-4*pPage->leaf;
51771 pCell = findCell(pPage, idx) + pPage->childPtrSize;
51816 u8 * const pCellBody = pCell - pPage->childPtrSize;
/external/sqlite/dist/orig/
Dsqlite3.c48716 u8 childPtrSize; /* 0 if leaf==1. 4 if leaf==0 */
50269 n = pPage->childPtrSize;
50340 u8 *pIter = &pCell[pPage->childPtrSize];
50622 assert( start>=pPage->hdrOffset+6+pPage->childPtrSize );
50715 pPage->childPtrSize = 4-4*pPage->leaf;
53907 pCell = findCell(pPage, idx) + pPage->childPtrSize;
53957 u8 * const pCellBody = pCell - pPage->childPtrSize;
/external/sqlite/dist/
Dsqlite3.c48744 u8 childPtrSize; /* 0 if leaf==1. 4 if leaf==0 */
50297 n = pPage->childPtrSize;
50368 u8 *pIter = &pCell[pPage->childPtrSize];
50650 assert( start>=pPage->hdrOffset+6+pPage->childPtrSize );
50743 pPage->childPtrSize = 4-4*pPage->leaf;
53935 pCell = findCell(pPage, idx) + pPage->childPtrSize;
53985 u8 * const pCellBody = pCell - pPage->childPtrSize;