Lines Matching refs:newCell
79850 unsigned char *newCell = 0;
80009 newCell = p->pBt->pTmpSpace;
80010 assert( newCell!=0 );
80017 newCell[3] = 0;
80021 pPage->xParseCell(pPage, newCell, &info);
80023 Pgno ovfl = get4byte(&newCell[szNew-4]);
80029 rc = fillInCell(pPage, newCell, pX, &szNew);
80032 assert( szNew==pPage->xCellSize(pPage, newCell) );
80048 memcpy(newCell, oldCell, 4);
80072 memcpy(oldCell, newCell, szNew);
80084 rc = insertCellFast(pPage, idx, newCell, szNew);