HomeSort by: relevance | last modified time | path
    Searched refs:udlen (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/lib/
win32_init.c 60 int i, slash, udlen; local
94 udlen = WideCharToMultiByte(CP_UTF8, 0, wstr, slash,
97 udlen = 0;
121 arg = malloc(udlen + uflen);
125 if (udlen)
127 arg, udlen, NULL, NULL);
130 arg + udlen, uflen, NULL, NULL);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
win32_init.c 60 int i, slash, udlen; local
94 udlen = WideCharToMultiByte(CP_UTF8, 0, wstr, slash,
97 udlen = 0;
122 arg = malloc(udlen + uflen);
126 if (udlen)
128 arg, udlen, NULL, NULL);
131 arg + udlen, uflen, NULL, NULL);
  /src/crypto/external/bsd/openssl.old/dist/apps/
win32_init.c 60 int i, slash, udlen; local
94 udlen = WideCharToMultiByte(CP_UTF8, 0, wstr, slash,
97 udlen = 0;
122 arg = malloc(udlen + uflen);
126 if (udlen)
128 arg, udlen, NULL, NULL);
131 arg + udlen, uflen, NULL, NULL);

Completed in 25 milliseconds