Searched refs:pDst (Results 1 – 1 of 1) sorted by relevance
828 u8 *pDst = &pNode->zData[4 + pRtree->nBytesPerCell*iCell]; in nodeDeleteCell() local829 u8 *pSrc = &pDst[pRtree->nBytesPerCell]; in nodeDeleteCell()831 memmove(pDst, pSrc, nByte); in nodeDeleteCell()