Searched refs:firstCell (Results 1 – 1 of 1) sorted by relevance
178 u16 firstCell; /* Index in MemPage.u.aDisk[] of the first cell */ member436 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()