Searched refs:oldCell (Results 1 – 2 of 2) sorted by relevance
1043 GHashCell oldCell(cellPtr->load()); in insert() local1044 while (oldCell.isEmpty() || oldCell.getGHash(ctx) == ghash) { in insert()1047 if (!oldCell.isEmpty() && oldCell < newCell) in insert()1051 if (cellPtr->compare_exchange_weak(oldCell, newCell)) in insert()
82527 unsigned char *oldCell; local82724 oldCell = findCell(pPage, idx);82726 memcpy(newCell, oldCell, 4);82728 BTREE_CLEAR_CELL(rc, pPage, oldCell, info);82744 if( oldCell < pPage->aData+pPage->hdrOffset+10 ){82747 if( oldCell+szNew > pPage->aDataEnd ){82750 memcpy(oldCell, newCell, szNew);