Lines Matching refs:apCell

7226   u8 **apCell;            /* All cells begin balanced */  member
7239 assert( p->apCell[idx]!=0 ); in populateCellCache()
7241 p->szCell[idx] = p->pRef->xCellSize(p->pRef, p->apCell[idx]); in populateCellCache()
7244 p->szCell[idx]==p->pRef->xCellSize(p->pRef, p->apCell[idx]) ); in populateCellCache()
7257 p->szCell[N] = p->pRef->xCellSize(p->pRef, p->apCell[N]); in computeCellSize()
7308 u8 *pCell = pCArray->apCell[i]; in rebuildPage()
7401 assert( (pSlot+sz)<=pCArray->apCell[i] in pageInsertArray()
7402 || pSlot>=(pCArray->apCell[i]+sz) in pageInsertArray()
7404 if( (uptr)(pCArray->apCell[i]+sz)>(uptr)pEnd in pageInsertArray()
7405 && (uptr)(pCArray->apCell[i])<(uptr)pEnd in pageInsertArray()
7411 memmove(pSlot, pCArray->apCell[i], sz); in pageInsertArray()
7450 u8 *pCell = pCArray->apCell[i]; in pageFreeArray()
7580 u8 *pCell = pCArray->apCell[i+iNew]; in editPage()
7586 pCArray->pRef->xCellSize(pCArray->pRef, pCArray->apCell[i+iNew])) ); in editPage()
7655 b.apCell = &pCell; in balance_quick()
8012 b.apCell = sqlite3StackAllocRaw(0, szScratch ); in balance_nonroot()
8013 if( b.apCell==0 ){ in balance_nonroot()
8017 b.szCell = (u16*)&b.apCell[nMaxCells]; in balance_nonroot()
8082 b.apCell[b.nCell] = aData + (maskPage & get2byteAligned(piCell)); in balance_nonroot()
8088 b.apCell[b.nCell] = pOld->apOvfl[k]; in balance_nonroot()
8095 b.apCell[b.nCell] = aData + (maskPage & get2byteAligned(piCell)); in balance_nonroot()
8112 b.apCell[b.nCell] = pTemp+leafCorrection; in balance_nonroot()
8120 memcpy(b.apCell[b.nCell], &pOld->aData[8], 4); in balance_nonroot()
8127 assert( b.apCell[b.nCell]==&aSpace1[iSpace1-3] || CORRUPT_DB ); in balance_nonroot()
8400 u8 *pCell = b.apCell[i]; in balance_nonroot()
8444 assert( b.apCell[j]!=0 ); in balance_nonroot()
8445 pCell = b.apCell[j]; in balance_nonroot()
8458 pNew->xParseCell(pNew, b.apCell[j], &info); in balance_nonroot()
8620 sqlite3StackFree(0, b.apCell); in balance_nonroot()