Lines Matching refs:Section_t
18 static Section_t * Sections = NULL;
118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated); in CheckSectionsAllocated()
572 Section_t * ExifSection; in SaveThumbnail()
592 Section_t * ExifSection; in ReplaceThumbnailFromBuffer()
657 Section_t * ExifSection; in ReplaceThumbnail()
737 Section_t ExifKeeper; in DiscardAllButExif()
738 Section_t CommentKeeper; in DiscardAllButExif()
739 Section_t IptcKeeper; in DiscardAllButExif()
740 Section_t XmpKeeper; in DiscardAllButExif()
909 Section_t * FindSection(int SectionType) in FindSection()
933 memmove(Sections+a, Sections+a+1, sizeof(Section_t) * (SectionsRead-a)); in RemoveSectionType()
981 memmove(Sections+a, Sections+a+1, sizeof(Section_t) * (SectionsRead-a)); in RemoveUnknownSections()
993 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size) in CreateSection()
995 Section_t * NewSection; in CreateSection()
1033 Sections = (Section_t *)malloc(sizeof(Section_t)*5); in ResetJpgfile()