Searched refs:rootEntryInfo (Results 1 – 1 of 1) sorted by relevance
34 FSTEntryInfo rootEntryInfo; variable239 for(curr = &rootEntryInfo; curr; curr = curr->next) in geography()279 curr = &rootEntryInfo; in createFST()358 for(curr = &rootEntryInfo; curr; curr = curr->next) in createUserFile()409 strcpy(rootEntryInfo.pathName, ""); in makeFST()410 rootEntryInfo.name = rootEntryInfo.pathName; in makeFST()411 rootEntryInfo.nameOffset = 0; in makeFST()412 rootEntryInfo.isDir = TRUE; in makeFST()413 rootEntryInfo.parentEntry = 0; in makeFST()415 lastInfo = &rootEntryInfo; in makeFST()[all …]