Searched refs:fstStart (Results 1 – 5 of 5) sorted by relevance
49 #define entryIsDir(fstStart, i) \ argument50 ( ( ( fstStart[i].isDirAndStringOff & 0xff000000 ) == 0 )? FALSE:TRUE )51 #define stringOff(fstStart, i) \ argument52 ( fstStart[i].isDirAndStringOff & 0x00ffffff )53 #define parentDir(fstStart, i) \ argument54 ( fstStart[i].parentOrPosition )55 #define nextDir(fstStart, i) \ argument56 ( fstStart[i].nextEntryOrLength )57 #define filePosition(fstStart, i) \ argument58 ( 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()
639 header.fstStart = REV32(fstPos); in ConstructFSTFromStructure()
48 int fstStart; member