Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Dbtree.c178 u16 firstCell; /* Index in MemPage.u.aDisk[] of the first cell */ member
436 pPage->u.hdr.firstCell = SWAB16(pBt, pc); in defragmentPage()
606 idx = SWAB16(pBt, pPage->u.hdr.firstCell); in initPage()
652 pHdr->firstCell = 0; in zeroPage()
2094 pIdx = &pPage->u.hdr.firstCell; in relinkCellList()
2821 idx = SWAB16(pBt, pPage->u.hdr.firstCell); in clearDatabasePage()
2969 idx = SWAB16(pBt, pPage->u.hdr.firstCell);
3057 idx = SWAB16(pBt, pPage->u.hdr.firstCell); in fileBtreePageDump()
3101 idx = SWAB16(pBt, pPage->u.hdr.firstCell); in fileBtreePageDump()
3385 for(i=SWAB16(pBt, pPage->u.hdr.firstCell); i>0 && i<SQLITE_USABLE_SIZE; ){ in checkTreePage()