Home
last modified time | relevance | path

Searched refs:hFind (Results 1 – 1 of 1) sorted by relevance

/src/crypto/krb5/src/windows/kfwlogon/
H A Dkfwcommon.c1227 HANDLE hFind = INVALID_HANDLE_VALUE; in KFW_cleanup_orphaned_caches() local
1262 hFind = FindFirstFile("kfwlogon-*", &FindFileData); in KFW_cleanup_orphaned_caches()
1263 if (hFind != INVALID_HANDLE_VALUE) { in KFW_cleanup_orphaned_caches()
1269 } while ( FindNextFile(hFind, &FindFileData) ); in KFW_cleanup_orphaned_caches()
1277 if (hFind != INVALID_HANDLE_VALUE) in KFW_cleanup_orphaned_caches()
1278 FindClose(hFind); in KFW_cleanup_orphaned_caches()