Searched refs:hService (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/krb5/src/windows/leashdll/ |
| H A D | leashdll.c | 12 HINSTANCE hService = 0; variable 293 LoadFuncs(SERVICE_DLL, service_fi, &hService, 0, 1, 0, 0); in DllMain() 341 if (hService) in DllMain() 342 FreeLibrary(hService); in DllMain()
|
| /src/crypto/krb5/src/windows/kfwlogon/ |
| H A D | kfwcommon.c | 287 static HINSTANCE hService = 0; variable 376 LoadFuncs(SERVICE_DLL, service_fi, &hService, 0, 1, 0, 0); in KFW_initialize() 401 if (hService) in KFW_cleanup() 402 FreeLibrary(hService); in KFW_cleanup() 416 if ( hKrb5 && hComErr && hService && in KFW_is_available()
|