Home
last modified time | relevance | path

Searched refs:SectionType (Results 1 – 2 of 2) sorted by relevance

/external/jhead/
Djpgfile.c590 Section_t * FindSection(int SectionType) in FindSection() argument
595 if (Sections[a].Type == SectionType){ in FindSection()
606 int RemoveSectionType(int SectionType) in RemoveSectionType() argument
610 if (Sections[a].Type == SectionType){ in RemoveSectionType()
674 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size) in CreateSection() argument
681 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first! in CreateSection()
700 NewSection->Type = SectionType; in CreateSection()
Djhead.h234 int RemoveSectionType(int SectionType);
237 Section_t * FindSection(int SectionType);
238 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);