Lines Matching full:section_t
18 static Section_t * Sections = NULL;
118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated);
576 Section_t * ExifSection;
596 Section_t * ExifSection;
661 Section_t * ExifSection;
741 Section_t ExifKeeper;
742 Section_t CommentKeeper;
743 Section_t IptcKeeper;
744 Section_t XmpKeeper;
913 Section_t * FindSection(int SectionType)
937 memmove(Sections+a, Sections+a+1, sizeof(Section_t) * (SectionsRead-a));
985 memmove(Sections+a, Sections+a+1, sizeof(Section_t) * (SectionsRead-a));
997 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size)
999 Section_t * NewSection;
1037 Sections = (Section_t *)malloc(sizeof(Section_t)*5);