Searched refs:len_0 (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dcryptlib.c689 size_t len_0=strlen(fmta)+1,i; local
693 fmtw = (WCHAR *)_alloca (len_0*sizeof(WCHAR));
695 fmtw = (WCHAR *)alloca (len_0*sizeof(WCHAR));
700 if (!MultiByteToWideChar(CP_ACP,0,fmta,len_0,fmtw,len_0))
702 for (i=0;i<len_0;i++) fmtw[i]=(WCHAR)fmta[i];
704 for (i=0;i<len_0;i++)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/dso/
H A Ddso_win32.c92 size_t len_0=strlen(lpLibFileName)+1,i; local
95 fnamw = (WCHAR *)_alloca (len_0*sizeof(WCHAR));
97 fnamw = (WCHAR *)alloca (len_0*sizeof(WCHAR));
102 if (!MultiByteToWideChar(CP_ACP,0,lpLibFileName,len_0,fnamw,len_0))
104 for (i=0;i<len_0;i++) fnamw[i]=(WCHAR)lpLibFileName[i];

Completed in 94 milliseconds