Searched refs:DirInfo (Results 1 – 1 of 1) sorted by relevance
35 typedef struct DirInfo_t DirInfo; typedef39 static DirInfo RootDir;40 static DirInfo* CurrDir = &RootDir;128 DirInfo* dirInfo; in GetNextEntry()174 if ( NULL == (dirInfo = malloc(sizeof(DirInfo))) ) in GetNextEntry()