Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c2338 HANDLE hFindFile; in statTimesToUtc() local
2345 hFindFile = FindFirstFileW(zUnicodeName, &fd); in statTimesToUtc()
2346 if( hFindFile!=NULL ){ in statTimesToUtc()
2350 FindClose(hFindFile); in statTimesToUtc()