Searched refs:_findData (Results 1 – 1 of 1) sorted by relevance
131 WIN32_FIND_DATAW _findData; member1845 HANDLE h = FindFirstFileW(d, &t->_findData); in tree_next()1852 t->findData = &t->_findData; in tree_next()1916 t->d = FindFirstFileW(pt.s, &t->_findData); in tree_dir_next_windows()1926 t->findData = &t->_findData; in tree_dir_next_windows()1928 } else if (!FindNextFileW(t->d, &t->_findData)) { in tree_dir_next_windows()