Home
last modified time | relevance | path

Searched refs:SECUREC_WCHAR_MEM_MAX_LEN (Results 1 – 3 of 3) sorted by relevance

/third_party/bounds_checking_function/src/
Dwmemmove_s.c56 if (destMax == 0 || destMax > SECUREC_WCHAR_MEM_MAX_LEN) { in wmemmove_s()
Dwmemcpy_s.c57 if (destMax == 0 || destMax > SECUREC_WCHAR_MEM_MAX_LEN) { in wmemcpy_s()
/third_party/bounds_checking_function/include/
Dsecurectype.h425 #define SECUREC_WCHAR_MEM_MAX_LEN (SECUREC_MEM_MAX_LEN / sizeof(wchar_t)) macro