Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dgetenv.c24 WCHAR *namew = NULL; in ossl_safe_getenv() local
47 namew = _malloca(rsize * sizeof(WCHAR)); in ossl_safe_getenv()
49 if (NULL != namew) { in ossl_safe_getenv()
51 fsize = MultiByteToWideChar(curacp, dwFlags, name, -1, namew, rsize); in ossl_safe_getenv()
54 envlen = GetEnvironmentVariableW(namew, NULL, 0); in ossl_safe_getenv()
62 if (GetEnvironmentVariableW(namew, valw, envlen) < envlen) { in ossl_safe_getenv()
81 if (NULL != namew) in ossl_safe_getenv()
82 _freea(namew); in ossl_safe_getenv()

Completed in 3 milliseconds