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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dcurl_sspi.c43 HMODULE s_hSecDll = NULL; variable
68 if(s_hSecDll == NULL) {
83 s_hSecDll = LoadLibrary("security.dll");
85 s_hSecDll = LoadLibrary("secur32.dll");
86 if(! s_hSecDll)
91 GetProcAddress(s_hSecDll, "InitSecurityInterfaceA");
114 if(s_hSecDll) {
115 FreeLibrary(s_hSecDll);
116 s_hSecDll = NULL;
H A Dcurl_sspi.h69 extern HMODULE s_hSecDll;
H A Dhttp_ntlm.c737 if(s_hSecDll == NULL) {
740 if(s_hSecDll == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dcurl_sspi.c43 HMODULE s_hSecDll = NULL; variable
68 if(s_hSecDll == NULL) {
83 s_hSecDll = LoadLibrary("security.dll");
85 s_hSecDll = LoadLibrary("secur32.dll");
86 if(! s_hSecDll)
91 GetProcAddress(s_hSecDll, "InitSecurityInterfaceA");
114 if(s_hSecDll) {
115 FreeLibrary(s_hSecDll);
116 s_hSecDll = NULL;
H A Dcurl_sspi.h69 extern HMODULE s_hSecDll;
H A Dhttp_ntlm.c737 if(s_hSecDll == NULL) {
740 if(s_hSecDll == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dcurl_sspi.c43 HMODULE s_hSecDll = NULL; variable
68 if(s_hSecDll == NULL) {
83 s_hSecDll = LoadLibrary("security.dll");
85 s_hSecDll = LoadLibrary("secur32.dll");
86 if(! s_hSecDll)
91 GetProcAddress(s_hSecDll, "InitSecurityInterfaceA");
114 if(s_hSecDll) {
115 FreeLibrary(s_hSecDll);
116 s_hSecDll = NULL;
H A Dcurl_sspi.h69 extern HMODULE s_hSecDll;
H A Dhttp_ntlm.c737 if(s_hSecDll == NULL) {
740 if(s_hSecDll == NULL)

Completed in 114 milliseconds