Home
last modified time | relevance | path

Searched refs:SECUREC_CALC_WSTR_LEN (Results 1 – 6 of 6) sorted by relevance

/third_party/bounds_checking_function/src/
Dwcscat_s.c27 SECUREC_CALC_WSTR_LEN(strDest, destMax, &destLen); in SecDoCatW()
29 SECUREC_CALC_WSTR_LEN(strSrc, maxCount, &srcLen); in SecDoCatW()
Dwcsncpy_s.c21 SECUREC_CALC_WSTR_LEN(strSrc, count, &srcStrLen); in SecDoCpyLimitW()
23 SECUREC_CALC_WSTR_LEN(strSrc, destMax, &srcStrLen); in SecDoCpyLimitW()
Dwcsncat_s.c25 SECUREC_CALC_WSTR_LEN(strDest, destMax, &destLen); in SecDoCatLimitW()
26 SECUREC_CALC_WSTR_LEN(strSrc, count, &srcLen); in SecDoCatLimitW()
Dwcscpy_s.c20 SECUREC_CALC_WSTR_LEN(strSrc, destMax, &srcStrLen); in SecDoCpyW()
Dsecurecutil.h208 #define SECUREC_CALC_WSTR_LEN(str, maxLen, outLen) do { \ macro
Doutput.inl1006 SECUREC_CALC_WSTR_LEN(attr->text.wStr, (size_t)(unsigned int)attr->precision, &textLen);