Searched refs:firstFree (Results 1 – 1 of 1) sorted by relevance
179 u16 firstFree; /* Index in MemPage.u.aDisk[] of the first free block */ member460 pPage->u.hdr.firstFree = SWAB16(pBt, pc); in defragmentPage()490 pIdx = &pPage->u.hdr.firstFree; in allocateSpace()496 pIdx = &pPage->u.hdr.firstFree; in allocateSpace()538 pIdx = &pPage->u.hdr.firstFree; in freeSpace()619 idx = SWAB16(pBt, pPage->u.hdr.firstFree); in initPage()653 pHdr->firstFree = SWAB16(pBt, sizeof(*pHdr)); in zeroPage()3087 idx = SWAB16(pBt, pPage->u.hdr.firstFree); in fileBtreePageDump()3146 idx = SWAB16(pBt, pPage->u.hdr.firstFree); in fileBtreeCursorDump()3391 for(i=SWAB16(pBt,pPage->u.hdr.firstFree); i>0 && i<SQLITE_USABLE_SIZE; ){ in checkTreePage()