Searched refs:SectionsRead (Results 1 – 1 of 1) sorted by relevance
20 static int SectionsRead; variable113 if (SectionsRead > SectionsAllocated){ in CheckSectionsAllocated()116 if (SectionsRead >= SectionsAllocated){ in CheckSectionsAllocated()158 Sections[SectionsRead].Type = marker; in ReadJpegSections()159 Sections[SectionsRead].Offset = ftell(infile); in ReadJpegSections()173 Sections[SectionsRead].Size = itemlen; in ReadJpegSections()181 Sections[SectionsRead].Data = Data; in ReadJpegSections()193 SectionsRead += 1; in ReadJpegSections()224 Sections[SectionsRead].Data = Data; in ReadJpegSections()225 Sections[SectionsRead].Offset = cp; in ReadJpegSections()[all …]