Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c19 static int SectionsAllocated; variable
113 if (SectionsRead > SectionsAllocated){ in CheckSectionsAllocated()
116 if (SectionsRead >= SectionsAllocated){ in CheckSectionsAllocated()
117 SectionsAllocated += SectionsAllocated/2; in CheckSectionsAllocated()
118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated); in CheckSectionsAllocated()
1034 SectionsAllocated = 5; in ResetJpgfile()