Home
last modified time | relevance | path

Searched refs:SECUREC_CALC_WSTR_LEN (Results 1 - 5 of 5) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dwcsncat_s.c25 SECUREC_CALC_WSTR_LEN(strDest, destMax, &destLen); in SecDoCatLimitW()
26 SECUREC_CALC_WSTR_LEN(strSrc, count, &srcLen); in SecDoCatLimitW()
H A Dwcscat_s.c27 SECUREC_CALC_WSTR_LEN(strDest, destMax, &destLen); in SecDoCatW()
29 SECUREC_CALC_WSTR_LEN(strSrc, maxCount, &srcLen); in SecDoCatW()
H A Dwcsncpy_s.c21 SECUREC_CALC_WSTR_LEN(strSrc, count, &srcStrLen); in SecDoCpyLimitW()
23 SECUREC_CALC_WSTR_LEN(strSrc, destMax, &srcStrLen); in SecDoCpyLimitW()
H A Dwcscpy_s.c20 SECUREC_CALC_WSTR_LEN(strSrc, destMax, &srcStrLen); in SecDoCpyW()
H A Dsecurecutil.h208 #define SECUREC_CALC_WSTR_LEN(str, maxLen, outLen) do { \ macro

Completed in 3 milliseconds