Lines Matching defs:newCell
56137 unsigned char *newCell = 0;
56191 newCell = pBt->pTmpSpace;
56192 if( newCell==0 ) return SQLITE_NOMEM;
56193 rc = fillInCell(pPage, newCell, pKey, nKey, pData, nData, nZero, &szNew);
56195 assert( szNew==cellSizePtr(pPage, newCell) );
56207 memcpy(newCell, oldCell, 4);
56219 insertCell(pPage, idx, newCell, szNew, 0, 0, &rc);