Lines Matching defs:memcpy_s
11 * Description: memcpy_s function
448 SECUREC_ERROR_INVALID_RANGE("memcpy_s");
452 SECUREC_ERROR_INVALID_PARAMTER("memcpy_s");
461 SECUREC_ERROR_INVALID_RANGE("memcpy_s");
466 SECUREC_ERROR_BUFFER_OVERLAP("memcpy_s");
475 * The fread API in windows will call memcpy_s and pass 0xffffffff to destMax.
489 * The memcpy_s function copies n characters from the object pointed to by src into the object pointed to by dest
512 * If the source and destination overlap, the behavior of memcpy_s is undefined.
515 errno_t memcpy_s(void *dest, size_t destMax, const void *src, size_t count)
526 EXPORT_SYMBOL(memcpy_s);