HomeSort by relevance Sort by last modified time
    Searched refs:s_hSecDll (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
curl_sspi.c 52 HMODULE s_hSecDll = NULL;
73 if(!s_hSecDll) {
80 s_hSecDll = Curl_load_library(TEXT("security.dll"));
82 s_hSecDll = Curl_load_library(TEXT("secur32.dll"));
83 if(!s_hSecDll)
88 GetProcAddress(s_hSecDll, SECURITYENTRYPOINT);
109 if(s_hSecDll) {
110 FreeLibrary(s_hSecDll);
111 s_hSecDll = NULL;
http_ntlm.c 161 if(s_hSecDll == NULL) {
164 if(s_hSecDll == NULL)
curl_sspi.h 58 extern HMODULE s_hSecDll;

Completed in 59 milliseconds