Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest1.c7521 WIN32_FIND_DATAW findData; in win32_find_file() local
7528 hFindFile = FindFirstFileW(Tcl_GetUnicode(objv[1]), &findData); in win32_find_file()
7537 findData.cFileName, -1)); in win32_find_file()
7539 findData.dwFileAttributes)); in win32_find_file()
7540 } while( FindNextFileW(hFindFile, &findData) ); in win32_find_file()