Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dfileio.c258 HANDLE hFindFile; in statTimesToUtc() local
265 hFindFile = FindFirstFileW(zUnicodeName, &fd); in statTimesToUtc()
266 if( hFindFile!=NULL ){ in statTimesToUtc()
270 FindClose(hFindFile); in statTimesToUtc()
/sqlite-3.40.0/src/
H A Dtest1.c7520 HANDLE hFindFile = INVALID_HANDLE_VALUE; in win32_find_file() local
7528 hFindFile = FindFirstFileW(Tcl_GetUnicode(objv[1]), &findData); in win32_find_file()
7529 if( hFindFile==INVALID_HANDLE_VALUE ){ in win32_find_file()
7540 } while( FindNextFileW(hFindFile, &findData) ); in win32_find_file()
7543 FindClose(hFindFile); in win32_find_file()
7548 FindClose(hFindFile); in win32_find_file()