Searched refs:SECUREC_WCHAR_MEM_MAX_LEN (Results 1 – 3 of 3) sorted by relevance
56 if (destMax == 0 || destMax > SECUREC_WCHAR_MEM_MAX_LEN) { in wmemmove_s()
57 if (destMax == 0 || destMax > SECUREC_WCHAR_MEM_MAX_LEN) { in wmemcpy_s()
425 #define SECUREC_WCHAR_MEM_MAX_LEN (SECUREC_MEM_MAX_LEN / sizeof(wchar_t)) macro