Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/tools/darch/src/
Dextract.c105 handle->currEntry = 0; in OpenArc()
130 handle->currEntry++; in GetNextEntry()
132 if (handle->currEntry >= handle->entryNum) in GetNextEntry()
137 fstEntry = &handle->fst[handle->currEntry]; in GetNextEntry()
140 while(CurrDir->nextEntry == handle->currEntry) in GetNextEntry()
149 entryInfo->entryNum = handle->currEntry; in GetNextEntry()
Dcreate.c131 while(handle->currEntry < nextEntry - 1) in CreateHierarchy()
/RvlSDK-3.2.3/build/tools/darch/include/
Ddarch.h81 int currEntry; member