Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c7410 HANDLE hFindFile; in statTimesToUtc() local
7417 hFindFile = FindFirstFileW(zUnicodeName, &fd); in statTimesToUtc()
7418 if( hFindFile!=NULL ){ in statTimesToUtc()
7422 FindClose(hFindFile); in statTimesToUtc()