Searched refs:s_hSecDll (Results 1 - 3 of 3) sorted by relevance

/external/curl/lib/
H A Dcurl_sspi.c52 HMODULE s_hSecDll = NULL; variable
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;
H A Dhttp_ntlm.c164 if(s_hSecDll == NULL) {
167 if(s_hSecDll == NULL)
H A Dcurl_sspi.h58 extern HMODULE s_hSecDll;

Completed in 182 milliseconds