Lines Matching refs:apCell
79075 u8 **apCell; /* All cells begin balanced */ member
79090 assert( p->apCell[idx]!=0 );
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]);
79161 u8 *pCell = pCArray->apCell[i];
79256 assert( (pSlot+sz)<=pCArray->apCell[i]
79257 || pSlot>=(pCArray->apCell[i]+sz)
79259 if( (uptr)(pCArray->apCell[i]+sz)>(uptr)pEnd
79260 && (uptr)(pCArray->apCell[i])<(uptr)pEnd
79266 memmove(pSlot, pCArray->apCell[i], sz);
79306 u8 *pCell = pCArray->apCell[i];
79450 u8 *pCell = pCArray->apCell[i+iNew];
79456 pCArray->pRef->xCellSize(pCArray->pRef, pCArray->apCell[i+iNew])) );
79526 b.apCell = &pCell;
79886 b.apCell = sqlite3StackAllocRaw(0, szScratch );
79887 if( b.apCell==0 ){
79891 b.szCell = (u16*)&b.apCell[nMaxCells];
79956 b.apCell[b.nCell] = aData + (maskPage & get2byteAligned(piCell));
79962 b.apCell[b.nCell] = pOld->apOvfl[k];
79969 b.apCell[b.nCell] = aData + (maskPage & get2byteAligned(piCell));
79986 b.apCell[b.nCell] = pTemp+leafCorrection;
79994 memcpy(b.apCell[b.nCell], &pOld->aData[8], 4);
80001 assert( b.apCell[b.nCell]==&aSpace1[iSpace1-3] || CORRUPT_DB );
80276 u8 *pCell = b.apCell[i];
80320 assert( b.apCell[j]!=0 );
80321 pCell = b.apCell[j];
80334 pNew->xParseCell(pNew, b.apCell[j], &info);
80499 sqlite3StackFree(0, b.apCell);