Searched refs:Sections_t (Results 1 – 2 of 2) sorted by relevance
57 } Sections_t; typedef94 Sections_t *FindSection(int SectionType);165 Sections_t * mSections;166 Sections_t * mJEXIFTmp;167 Sections_t mJEXIFSection;
514 mSections = (Sections_t *)malloc(sizeof(Sections_t) * mSectionsAllocated); in ReadSectionsFromBuffer()710 mSections = (Sections_t *)realloc(mSections, in CheckSectionsAllocated()711 sizeof(Sections_t) * mSectionsAllocated); in CheckSectionsAllocated()729 CameraContext::Sections_t *CameraContext::FindSection(int SectionType) in FindSection()