Home
last modified time | relevance | path

Searched refs:GetNextEntry (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2/build/tools/darch/src/
Dextract.c125 BOOL GetNextEntry(DarchHandle* handle, FSTEntryInfo* entryInfo) in GetNextEntry() function
328 while(GetNextEntry(handle, &entryInfo)) in ListArc()
390 while(GetNextEntry(handle, &entryInfo)) in ExtractArc()
427 while(GetNextEntry(handle, &entryInfo)) in DiffArc()
Dcreate.c41 extern BOOL GetNextEntry(DarchHandle* handle, FSTEntryInfo* entryInfo);
134 GetNextEntry(handle, &entryInfo); in CreateHierarchy()