Searched refs:valw (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/ |
H A D | getenv.c | 25 WCHAR *valw = NULL; in ossl_safe_getenv() local 58 valw = _malloca(envlen * sizeof(WCHAR)); in ossl_safe_getenv() 60 if (NULL != valw) { in ossl_safe_getenv() 62 if (GetEnvironmentVariableW(namew, valw, envlen) < envlen) { in ossl_safe_getenv() 64 vallen = WideCharToMultiByte(CP_UTF8, 0, valw, -1, NULL, 0, in ossl_safe_getenv() 74 if (WideCharToMultiByte(CP_UTF8, 0, valw, -1, val, vallen, in ossl_safe_getenv() 84 if (NULL != valw) in ossl_safe_getenv() 85 _freea(valw); in ossl_safe_getenv()
|
Completed in 4 milliseconds