Searched refs:fstStart (Results 1 – 5 of 5) sorted by relevance
52 #define entryIsDir(fstStart, i) \ argument53 ( ( ( fstStart[i].isDirAndStringOff & 0xff000000 ) == 0 )? FALSE:TRUE )54 #define stringOff(fstStart, i) \ argument55 ( fstStart[i].isDirAndStringOff & 0x00ffffff )56 #define parentDir(fstStart, i) \ argument57 ( fstStart[i].parentOrPosition )58 #define nextDir(fstStart, i) \ argument59 ( fstStart[i].nextEntryOrLength )60 #define filePosition(fstStart, i) \ argument61 ( fstStart[i].parentOrPosition )[all …]
71 header.fstStart = REV32(map.fstPosition); in makeOutFile()
84 if ( -1 == lseek(handle->fid, REV32(header.fstStart), SEEK_SET) ) in OpenArc()
643 header.fstStart = REV32(fstPos); in ConstructFSTFromStructure()
51 int fstStart; member