Searched refs:actualBase (Results 1 – 1 of 1) sorted by relevance
31 const unsigned char *actualBase = static_cast<const unsigned char *>(data) + offset; in MemoryCopy() local33 if (memcpy_s(dst, actualLen, actualBase, actualLen) != 0) { in MemoryCopy()