Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c176 u16 firstCell; /* Index in MemPage.u.aDisk[] of the first cell */ member
434 pPage->u.hdr.firstCell = SWAB16(pBt, pc); in defragmentPage()
604 idx = SWAB16(pBt, pPage->u.hdr.firstCell); in initPage()
650 pHdr->firstCell = 0; in zeroPage()
2092 pIdx = &pPage->u.hdr.firstCell; in relinkCellList()
2819 idx = SWAB16(pBt, pPage->u.hdr.firstCell); in clearDatabasePage()
2967 idx = SWAB16(pBt, pPage->u.hdr.firstCell);
3055 idx = SWAB16(pBt, pPage->u.hdr.firstCell); in fileBtreePageDump()
3099 idx = SWAB16(pBt, pPage->u.hdr.firstCell); in fileBtreePageDump()
3383 for(i=SWAB16(pBt, pPage->u.hdr.firstCell); i>0 && i<SQLITE_USABLE_SIZE; ){ in checkTreePage()