Searched refs:Sections_t (Results 1 – 2 of 2) sorted by relevance
59 } Sections_t; typedef97 Sections_t *FindSection(int SectionType);164 Sections_t * mSections;165 Sections_t * mJEXIFTmp;166 Sections_t mJEXIFSection;
530 mSections = (Sections_t *)malloc(sizeof(Sections_t) * mSectionsAllocated); in ReadSectionsFromBuffer()746 mSections = (Sections_t *)realloc(mSections, in CheckSectionsAllocated()747 sizeof(Sections_t) * mSectionsAllocated); in CheckSectionsAllocated()765 CameraContext::Sections_t *CameraContext::FindSection(int SectionType) in FindSection()