Searched refs:fileLength (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.2.3/build/tools/darch/src/ |
| D | extract.c | 172 entryInfo->fileLength = 0; in GetNextEntry() 196 entryInfo->fileLength = fileLength(fstEntry); in GetNextEntry() 221 int fileLength; in Diff() local 247 fileLength = entryInfo->fileLength; in Diff() 256 if (sb.st_size != fileLength) in Diff() 268 if (DiffUtility(fid, entryInfo->filePosition, fidB, 0, fileLength)) in Diff() 291 int fileLength; in Extract() local 300 fileLength = entryInfo->fileLength; in Extract() 308 CopyUtility(fid, filePosition, outid, 0, fileLength); in Extract() 334 entryInfo.fileLength); in ListArc() [all …]
|
| D | fst.c | 199 currInfo->fileLength = findData.nFileSizeLow; in dirSearch() 203 fprintf(stderr, "file length is %d\n", currInfo->fileLength); in dirSearch() 249 position += curr->fileLength; in geography() 304 setLength(currFSTEntry, curr->fileLength); in createFST() 385 curr->fileLength); in createUserFile()
|
| D | create.c | 68 int fileLength; member 189 item->fileLength = entryInfo.fileLength; in CreateHierarchy() 575 userPos += RoundUp32B(item->fileLength); in DeterminPositionInDisc() 676 setLength(currFSTEntry, item->fileLength); in ConstructFSTFromStructure() 693 item->fileLength); in ConstructFSTFromStructure() 939 item->fileLength = findData.nFileSizeLow; in CreateHierarchyFromFilesRecursively() 1138 item->fileLength = sb.st_size; in CreateHierarchyFromFiles() 1213 item->fileLength); in ListArcInDiscOrder()
|
| /RvlSDK-3.2.3/build/tools/darch/include/ |
| D | darch.h | 62 int fileLength; // file only member 176 #define fileLength(entry) \ macro
|