Home
last modified time | relevance | path

Searched defs:DIR_W32 (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/win32/
H A Dreaddir.c28 struct DIR_W32 { struct
29 HANDLE handle; /* _findfirst/_findnext handle */
30 int offset; /* offset into directory */
31 short finished; /* 1 if there are not more files */
32 WIN32_FIND_DATAW fileinfo; /* from _findfirst/_findnext */
33 wchar_t *dirw; /* the dir we are reading */
34 struct dirent dent; /* the dirent to return */

Completed in 6 milliseconds