Home | History | Annotate | Download | only in jhead

Lines Matching refs:Section_t

18 static Section_t * Sections = NULL;
118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated);
572 Section_t * ExifSection;
592 Section_t * ExifSection;
657 Section_t * ExifSection;
737 Section_t ExifKeeper;
738 Section_t CommentKeeper;
739 Section_t IptcKeeper;
740 Section_t XmpKeeper;
909 Section_t * FindSection(int SectionType)
933 memmove(Sections+a, Sections+a+1, sizeof(Section_t) * (SectionsRead-a));
981 memmove(Sections+a, Sections+a+1, sizeof(Section_t) * (SectionsRead-a));
993 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size)
995 Section_t * NewSection;
1033 Sections = (Section_t *)malloc(sizeof(Section_t)*5);