Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/tools/darch/src/
Dextract.c31 int nextEntry; member
110 RootDir.nextEntry = handle->entryNum; in OpenArc()
140 while(CurrDir->nextEntry == handle->currEntry) in GetNextEntry()
170 entryInfo->nextEntry = nextDir(fstEntry); in GetNextEntry()
185 dirInfo->nextEntry = entryInfo->nextEntry; in GetNextEntry()
194 entryInfo->nextEntry = 0; in GetNextEntry()
Dfst.c181 currInfo->nextEntry = entryCount + 1; in dirSearch()
299 setNextEntry(currFSTEntry, curr->nextEntry); in createFST()
418 rootEntryInfo.nextEntry = entryNum; in makeFST()
Dcreate.c120 void CreateHierarchy(DarchHandle* handle, DirStructure* currDir, int nextEntry) in CreateHierarchy() argument
131 while(handle->currEntry < nextEntry - 1) in CreateHierarchy()
167 CreateHierarchy(handle, item, entryInfo.nextEntry); in CreateHierarchy()
/RvlSDK-3.2/build/tools/darch/include/
Ddarch.h60 int nextEntry; // dir only: next entry under the same dir member