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