Searched refs:SectionType (Results 1 – 2 of 2) sorted by relevance
590 Section_t * FindSection(int SectionType) in FindSection() argument595 if (Sections[a].Type == SectionType){ in FindSection()606 int RemoveSectionType(int SectionType) in RemoveSectionType() argument610 if (Sections[a].Type == SectionType){ in RemoveSectionType()674 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size) in CreateSection() argument681 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first! in CreateSection()700 NewSection->Type = SectionType; in CreateSection()
234 int RemoveSectionType(int SectionType);237 Section_t * FindSection(int SectionType);238 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);