Lines Matching defs:newCell
68586 unsigned char *newCell = 0;
68671 newCell = pBt->pTmpSpace;
68672 assert( newCell!=0 );
68673 rc = fillInCell(pPage, newCell, pX, &szNew);
68675 assert( szNew==pPage->xCellSize(pPage, newCell) );
68687 memcpy(newCell, oldCell, 4);
68704 memcpy(oldCell, newCell, szNew);
68716 insertCell(pPage, idx, newCell, szNew, 0, 0, &rc);