Home | History | Annotate | Download | only in dist

Lines Matching refs:oldCell

44277   unsigned char *oldCell;
44345 oldCell = findCell(pPage, idx);
44347 memcpy(newCell, oldCell, 4);
44349 szOld = cellSizePtr(pPage, oldCell);
44350 rc = clearCell(pPage, oldCell);