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

  /src/crypto/external/apache2/openssl/dist/engines/
e_capi.c 195 GETCONSWIN getconswindow; member in struct:CAPI_CTX_st
475 ctx->getconswindow = (GETCONSWIN)GetProcAddress(kernel, "GetConsoleWindow");
1867 if (!hwnd && ctx->getconswindow)
1868 hwnd = ctx->getconswindow();
  /src/crypto/external/bsd/openssl/dist/engines/
e_capi.c 195 GETCONSWIN getconswindow; member in struct:CAPI_CTX_st
475 ctx->getconswindow =
1881 if (!hwnd && ctx->getconswindow)
1882 hwnd = ctx->getconswindow();
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_capi.c 192 GETCONSWIN getconswindow; member in struct:CAPI_CTX_st
472 ctx->getconswindow =
1858 if (!hwnd && ctx->getconswindow)
1859 hwnd = ctx->getconswindow();

Completed in 180 milliseconds