Lines Matching refs:xCellSize
70818 u16 (*xCellSize)(MemPage*,u8*); /* cellSizePtr method */ member
73124 return pPage->xCellSize(pPage, findCell(pPage, iCell));
73258 size = pPage->xCellSize(pPage, &src[pc]);
73593 pPage->xCellSize = cellSizePtrTableLeaf;
73601 pPage->xCellSize = cellSizePtrIdxLeaf;
73608 pPage->xCellSize = cellSizePtrIdxLeaf;
73618 pPage->xCellSize = cellSizePtr;
73624 pPage->xCellSize = cellSizePtrNoPayload;
73632 pPage->xCellSize = cellSizePtr;
73749 sz = pPage->xCellSize(pPage, &data[pc]);
78836 assert( sz==pPage->xCellSize(pPage, pCell) || CORRUPT_DB );
78931 assert( sz==pPage->xCellSize(pPage, pCell) || CORRUPT_DB );
79092 szCell[idx] = pRef->xCellSize(pRef, p->apCell[idx]);
79095 szCell[idx]==pRef->xCellSize(pRef, p->apCell[idx]) );
79108 p->szCell[N] = p->pRef->xCellSize(p->pRef, p->apCell[N]);
79178 assert( sz==pPg->xCellSize(pPg, pCell) || CORRUPT_DB );
79456 pCArray->pRef->xCellSize(pCArray->pRef, pCArray->apCell[i+iNew])) );
79517 u16 szCell = pPage->xCellSize(pPage, pCell);
79839 szNew[i] = pParent->xCellSize(pParent, apDiv[i]);
79844 szNew[i] = pParent->xCellSize(pParent, apDiv[i]);
80042 szNew[i] += 2 + p->xCellSize(p, p->apOvfl[j]);
80353 sz = pParent->xCellSize(pParent, pCell);
81085 assert( szNew==pPage->xCellSize(pPage, newCell) );
81384 || (pPage->nFree+pPage->xCellSize(pPage,pCell)+2) >
81454 nCell = pLeaf->xCellSize(pLeaf, pCell);
82522 size = pPage->xCellSize(pPage, &data[pc]);