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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A DLPdir_win.c95 /* len_0 denotes string length *with* trailing 0 */
96 size_t index = 0, len_0 = strlen(extdir) + 1; local
98 wdir = (TCHAR *)calloc(len_0, sizeof(TCHAR));
110 (CP_ACP, 0, extdir, len_0, (WCHAR *)wdir, len_0))
112 for (index = 0; index < len_0; index++)
138 size_t index, len_0 = 0; local
140 while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1))
141 len_0
[all...]
H A Dcryptlib.c895 size_t len_0 = strlen(fmta) + 1, i; local
898 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
904 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
906 for (i = 0; i < len_0; i++)
909 for (i = 0; i < len_0; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A DLPdir_win.c95 /* len_0 denotes string length *with* trailing 0 */
96 size_t index = 0, len_0 = strlen(extdir) + 1; local
98 wdir = (TCHAR *)calloc(len_0, sizeof(TCHAR));
110 (CP_ACP, 0, extdir, len_0, (WCHAR *)wdir, len_0))
112 for (index = 0; index < len_0; index++)
138 size_t index, len_0 = 0; local
140 while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1))
141 len_0
[all...]
H A Dcryptlib.c895 size_t len_0 = strlen(fmta) + 1, i; local
898 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
904 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
906 for (i = 0; i < len_0; i++)
909 for (i = 0; i < len_0; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A DLPdir_win.c79 /* len_0 denotes string length *with* trailing 0 */
80 size_t index = 0,len_0 = strlen(directory) + 1; local
82 wdir = (TCHAR *)malloc(len_0 * sizeof(TCHAR));
92 if (!MultiByteToWideChar(CP_ACP, 0, directory, len_0, (WCHAR *)wdir, len_0))
94 for (index = 0; index < len_0; index++)
123 size_t index, len_0 = 0; local
125 while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1)) len_0
[all...]
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++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_file.c123 int sz, len_0 = (int)strlen(filename) + 1; local
139 filename, len_0, NULL, 0)) > 0 ||
142 filename, len_0, NULL, 0)) > 0)
148 filename, len_0, wfilename, sz) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_file.c123 int sz, len_0 = (int)strlen(filename) + 1; local
139 filename, len_0, NULL, 0)) > 0 ||
142 filename, len_0, NULL, 0)) > 0)
148 filename, len_0, wfilename, sz) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dso/
H A Ddso_win32.c94 size_t len_0 = strlen(lpLibFileName) + 1, i; local
97 fnamw = (WCHAR *)_alloca(len_0 * sizeof(WCHAR));
99 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
106 if (!MultiByteToWideChar(CP_ACP, 0, lpLibFileName, len_0, fnamw, len_0))
108 for (i = 0; i < len_0; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dso/
H A Ddso_win32.c94 size_t len_0 = strlen(lpLibFileName) + 1, i; local
97 fnamw = (WCHAR *)_alloca(len_0 * sizeof(WCHAR));
99 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
106 if (!MultiByteToWideChar(CP_ACP, 0, lpLibFileName, len_0, fnamw, len_0))
108 for (i = 0; i < len_0; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_capi.c1068 int len_0, sz; local
1072 len_0 = (int)wcslen(wstr) + 1; /* WideCharToMultiByte expects int */
1073 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1083 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_capi.c1068 int len_0, sz; local
1072 len_0 = (int)wcslen(wstr) + 1; /* WideCharToMultiByte expects int */
1073 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1083 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c3151 size_t i, len_0 = strlen(name) + 1; local
3153 if (len_0 > sizeof(FileData.cFileName) / sizeof(FileData.cFileName[0]))
3158 (CP_ACP, 0, name, len_0, FileData.cFileName, len_0))
3160 for (i = 0; i < len_0; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.c3151 size_t i, len_0 = strlen(name) + 1; local
3153 if (len_0 > sizeof(FileData.cFileName) / sizeof(FileData.cFileName[0]))
3158 (CP_ACP, 0, name, len_0, FileData.cFileName, len_0))
3160 for (i = 0; i < len_0; i++)

Completed in 228 milliseconds