Lines Matching refs:wcslen
583 INTERCEPTOR(SIZE_T, wcslen, const wchar_t *s) {585 SIZE_T res = REAL(wcslen)(s);602 CopyShadowAndOrigin(dest, src, sizeof(wchar_t) * (REAL(wcslen)(src) + 1),1595 INTERCEPT_FUNCTION(wcslen);