Home
last modified time | relevance | path

Searched refs:NextAny (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileFind.h225 bool NextAny(CFileInfo &fileInfo, bool &found);
239 bool NextAny(CFileInfo &fileInfo);
304 bool NextAny(CDirEntry &fileInfo, bool &found);
H A DFileFind.cpp699 if (!enumerator.NextAny(fi))
769 bool CEnumerator::NextAny(CFileInfo &fi) in NextAny() function in NWindows::NFile::NFind::CEnumerator
781 if (!NextAny(fi)) in Next()
793 if (!NextAny(fi)) in Next()
1207 bool CEnumerator::NextAny(CDirEntry &fi, bool &found) in NextAny() function in NWindows::NFile::NFind::CEnumerator
1261 printf("\nCEnumerator::NextAny; len = %d %s \n", (int)fi.Name.Len(), fi.Name.Ptr()); in NextAny()
1278 if (!NextAny(fi, found)) in Next()

Completed in 3 milliseconds