Home
last modified time | relevance | path

Searched refs:FSTEntryInfo (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.3/build/tools/darch/src/
Dfst.c33 FSTEntryInfo* lastInfo;
34 FSTEntryInfo rootEntryInfo;
80 FSTEntryInfo* currInfo; in dirSearch()
143 if ( NULL == (currInfo = (FSTEntryInfo*)malloc(sizeof(FSTEntryInfo))) ) in dirSearch()
234 FSTEntryInfo *curr; in geography()
260 FSTEntryInfo *curr; in createFST()
342 FSTEntryInfo *curr; in createUserFile()
405 FSTEntryInfo *curr; in makeFST()
406 FSTEntryInfo *next; in makeFST()
Dextract.c125 BOOL GetNextEntry(DarchHandle* handle, FSTEntryInfo* entryInfo) in GetNextEntry()
218 void Diff(int fid, FSTEntryInfo* entryInfo) in Diff()
287 void Extract(int fid, FSTEntryInfo* entryInfo) in Extract()
318 FSTEntryInfo entryInfo; in ListArc()
375 FSTEntryInfo entryInfo; in ExtractArc()
415 FSTEntryInfo entryInfo; in DiffArc()
Dcreate.c41 extern BOOL GetNextEntry(DarchHandle* handle, FSTEntryInfo* entryInfo);
127 FSTEntryInfo entryInfo; in CreateHierarchy()
/RvlSDK-3.2.3/build/tools/darch/include/
Ddarch.h49 typedef struct FSTEntryInfo FSTEntryInfo; typedef
51 struct FSTEntryInfo struct
53 FSTEntryInfo* next; argument