Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c7340 HANDLE hFindFile; in statTimesToUtc() local
7347 hFindFile = FindFirstFileW(zUnicodeName, &fd); in statTimesToUtc()
7348 if( hFindFile!=NULL ){ in statTimesToUtc()
7352 FindClose(hFindFile); in statTimesToUtc()