Lines Matching refs:apCell
79074 u8 **apCell; /* All cells begin balanced */ member
79089 assert( p->apCell[idx]!=0 );
79091 szCell[idx] = pRef->xCellSize(pRef, p->apCell[idx]);
79094 szCell[idx]==pRef->xCellSize(pRef, p->apCell[idx]) );
79107 p->szCell[N] = p->pRef->xCellSize(p->pRef, p->apCell[N]);
79160 u8 *pCell = pCArray->apCell[i];
79255 assert( (pSlot+sz)<=pCArray->apCell[i]
79256 || pSlot>=(pCArray->apCell[i]+sz)
79258 if( (uptr)(pCArray->apCell[i]+sz)>(uptr)pEnd
79259 && (uptr)(pCArray->apCell[i])<(uptr)pEnd
79265 memmove(pSlot, pCArray->apCell[i], sz);
79305 u8 *pCell = pCArray->apCell[i];
79449 u8 *pCell = pCArray->apCell[i+iNew];
79455 pCArray->pRef->xCellSize(pCArray->pRef, pCArray->apCell[i+iNew])) );
79525 b.apCell = &pCell;
79885 b.apCell = sqlite3StackAllocRaw(0, szScratch );
79886 if( b.apCell==0 ){
79890 b.szCell = (u16*)&b.apCell[nMaxCells];
79955 b.apCell[b.nCell] = aData + (maskPage & get2byteAligned(piCell));
79961 b.apCell[b.nCell] = pOld->apOvfl[k];
79968 b.apCell[b.nCell] = aData + (maskPage & get2byteAligned(piCell));
79985 b.apCell[b.nCell] = pTemp+leafCorrection;
79993 memcpy(b.apCell[b.nCell], &pOld->aData[8], 4);
80000 assert( b.apCell[b.nCell]==&aSpace1[iSpace1-3] || CORRUPT_DB );
80275 u8 *pCell = b.apCell[i];
80319 assert( b.apCell[j]!=0 );
80320 pCell = b.apCell[j];
80333 pNew->xParseCell(pNew, b.apCell[j], &info);
80498 sqlite3StackFree(0, b.apCell);