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;
79 if(!s_hSecDll) {
86 s_hSecDll = Curl_load_library(TEXT("security.dll"));
88 s_hSecDll = Curl_load_library(TEXT("secur32.dll"));
89 if(!s_hSecDll)
94 GetProcAddress(s_hSecDll, SECURITYENTRYPOINT);
118 if(s_hSecDll) {
119 FreeLibrary(s_hSecDll);
120 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 341 milliseconds