Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c995 Section_t * NewSection; in CreateSection() local
1017 NewSection = Sections+NewIndex; in CreateSection()
1019 NewSection->Type = SectionType; in CreateSection()
1020 NewSection->Size = Size; in CreateSection()
1021 NewSection->Data = Data; in CreateSection()
1023 return NewSection; in CreateSection()