Searched refs:ARCDir (Results 1 – 3 of 3) sorted by relevance
73 } ARCDir; typedef97 bool ARCOpenDir(ARCHandle* handle, const wchar_t* dirName, ARCDir* dir);98 bool ARCReadDir(ARCDir* dir, ARCDirEntry* dirent);99 bool ARCCloseDir(ARCDir* dir);
568 bool ARCOpenDir(ARCHandle* handle, const wchar_t* dirName, ARCDir* dir) in ARCOpenDir()609 bool ARCReadDir(ARCDir* dir, ARCDirEntry* dirent) in ARCReadDir()645 bool ARCCloseDir(ARCDir* dir) in ARCCloseDir()
109 ARCDir dir; in FindNameResource()