HomeSort by: relevance | last modified time | path
    Searched defs:len_0 (Results 1 - 20 of 20) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
o_fopen.c 42 int sz, len_0; local
49 len_0 = (int)strlen(filename) + 1;
64 filename, len_0, NULL, 0))
66 || (GetLastError() == ERROR_INVALID_FLAGS && (sz = MultiByteToWideChar(CP_UTF8, (flags = 0), filename, len_0, NULL, 0)) > 0)) {
71 filename, len_0, wfilename, sz)
LPdir_win.c 99 /* len_0 denotes string length *with* trailing 0 */
100 size_t index = 0, len_0 = dirlen + 1; local
108 directory, len_0,
115 directory, len_0,
125 if (!MultiByteToWideChar(cp, 0, directory, len_0,
135 sz = len_0;
141 for (index = 0; index < len_0; index++)
183 size_t index, len_0 = 0; local
185 while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1)
    [all...]
cryptlib.c 137 size_t len_0 = strlen(fmta) + 1, i; local
140 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
145 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
146 for (i = 0; i < len_0; i++)
148 for (i = 0; i < len_0; i++) {
  /src/crypto/external/bsd/openssl/dist/crypto/
o_fopen.c 42 int sz, len_0 = (int)strlen(filename) + 1; local
58 filename, len_0, NULL, 0)) > 0 ||
61 filename, len_0, NULL, 0)) > 0)
67 filename, len_0, wfilename, sz) &&
LPdir_win.c 99 /* len_0 denotes string length *with* trailing 0 */
100 size_t index = 0, len_0 = dirlen + 1; local
108 directory, len_0,
114 directory, len_0,
124 if (!MultiByteToWideChar(cp, 0, directory, len_0,
134 sz = len_0;
140 for (index = 0; index < len_0; index++)
182 size_t index, len_0 = 0; local
184 while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1)
    [all...]
cryptlib.c 139 size_t len_0 = strlen(fmta) + 1, i; local
142 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
147 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
148 for (i = 0; i < len_0; i++)
150 for (i = 0; i < len_0; i++) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/
o_fopen.c 42 int sz, len_0 = (int)strlen(filename) + 1; local
58 filename, len_0, NULL, 0)) > 0 ||
61 filename, len_0, NULL, 0)) > 0)
67 filename, len_0, wfilename, sz) &&
LPdir_win.c 99 /* len_0 denotes string length *with* trailing 0 */
100 size_t index = 0, len_0 = dirlen + 1; local
108 directory, len_0,
114 directory, len_0,
124 if (!MultiByteToWideChar(cp, 0, directory, len_0,
134 sz = len_0;
140 for (index = 0; index < len_0; index++)
182 size_t index, len_0 = 0; local
184 while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1)
    [all...]
cryptlib.c 294 size_t len_0 = strlen(fmta) + 1, i; local
297 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
302 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
303 for (i = 0; i < len_0; i++)
305 for (i = 0; i < len_0; i++) {
  /src/crypto/external/bsd/openssl/dist/crypto/dso/
dso_win32.c 37 size_t len_0 = strlen(lpLibFileName) + 1, i; local
40 fnamw = (WCHAR *)_alloca(len_0 * sizeof(WCHAR));
42 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
49 if (!MultiByteToWideChar(CP_ACP, 0, lpLibFileName, len_0, fnamw, len_0))
51 for (i = 0; i < len_0; i++)
  /src/crypto/external/bsd/openssl.old/dist/crypto/dso/
dso_win32.c 37 size_t len_0 = strlen(lpLibFileName) + 1, i; local
40 fnamw = (WCHAR *)_alloca(len_0 * sizeof(WCHAR));
42 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
49 if (!MultiByteToWideChar(CP_ACP, 0, lpLibFileName, len_0, fnamw, len_0))
51 for (i = 0; i < len_0; i++)
  /src/crypto/external/apache2/openssl/dist/crypto/dso/
dso_win32.c 37 size_t len_0 = strlen(lpLibFileName) + 1, i; local
40 fnamw = (WCHAR *)_alloca(len_0 * sizeof(WCHAR));
42 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
49 if (!MultiByteToWideChar(CP_ACP, 0, lpLibFileName, len_0, fnamw, len_0))
51 for (i = 0; i < len_0; i++)
  /src/crypto/external/apache2/openssl/dist/apps/lib/
opt.c 1249 size_t i, len_0 = strlen(name) + 1; local
1252 if (len_0 > MAX_PATH)
1256 if (!MultiByteToWideChar(CP_ACP, 0, name, len_0, tempname, MAX_PATH))
1258 for (i = 0; i < len_0; i++)
  /src/crypto/external/bsd/openssl/dist/apps/lib/
opt.c 1160 size_t i, len_0 = strlen(name) + 1; local
1163 if (len_0 > MAX_PATH)
1167 if (!MultiByteToWideChar(CP_ACP, 0, name, len_0, tempname, MAX_PATH))
1169 for (i = 0; i < len_0; i++)
  /src/crypto/external/apache2/openssl/dist/engines/
e_capi.c 1130 int len_0, sz; local
1143 len_0 = (int)len_1; /* WideCharToMultiByte expects int */
1144 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1152 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {
  /src/crypto/external/bsd/openssl/dist/engines/
e_capi.c 1122 int len_0, sz; local
1135 len_0 = (int)len_1; /* WideCharToMultiByte expects int */
1136 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1146 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 2378 size_t i, len_0 = strlen(name) + 1; local
2381 if (len_0 > MAX_PATH)
2385 if (!MultiByteToWideChar(CP_ACP, 0, name, len_0, tempname, MAX_PATH))
2387 for (i = 0; i < len_0; i++)
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_capi.c 1109 int len_0, sz; local
1113 len_0 = (int)wcslen(wstr) + 1; /* WideCharToMultiByte expects int */
1114 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1124 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-mmix.c 3014 size_t len_0 = s - label + 1; local
3019 obstack_grow (&mmix_sym_obstack, label, len_0);
3021 pending_label[len_0 - 1] = 0;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mmix.c 3014 size_t len_0 = s - label + 1; local
3019 obstack_grow (&mmix_sym_obstack, label, len_0);
3021 pending_label[len_0 - 1] = 0;

Completed in 98 milliseconds