Lines Matching refs:newCell
80903 unsigned char *newCell = 0; local
81062 newCell = p->pBt->pTmpSpace;
81063 assert( newCell!=0 );
81070 newCell[3] = 0;
81074 pPage->xParseCell(pPage, newCell, &info);
81076 Pgno ovfl = get4byte(&newCell[szNew-4]);
81082 rc = fillInCell(pPage, newCell, pX, &szNew);
81085 assert( szNew==pPage->xCellSize(pPage, newCell) );
81101 memcpy(newCell, oldCell, 4);
81125 memcpy(oldCell, newCell, szNew);
81137 rc = insertCellFast(pPage, idx, newCell, szNew);