Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/tools/darch/src/
Dextract.c127 FSTEntry* fstEntry; in GetNextEntry() local
137 fstEntry = &handle->fst[handle->currEntry]; in GetNextEntry()
153 strcat(entryInfo->pathName, GetName(handle, fstEntry)); in GetNextEntry()
161 if (entryIsDir(fstEntry)) in GetNextEntry()
169 entryInfo->parentEntry = parentDir(fstEntry); in GetNextEntry()
170 entryInfo->nextEntry = nextDir(fstEntry); in GetNextEntry()
195 entryInfo->filePosition = filePosition(fstEntry); in GetNextEntry()
196 entryInfo->fileLength = fileLength(fstEntry); in GetNextEntry()