Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c738 Section_t CommentKeeper; in DiscardAllButExif() local
744 memset(&CommentKeeper, 0, sizeof(CommentKeeper)); in DiscardAllButExif()
753 }else if (Sections[a].Type == M_COM && CommentKeeper.Type == 0){ in DiscardAllButExif()
754 CommentKeeper = Sections[a]; in DiscardAllButExif()
766 if (CommentKeeper.Type){ in DiscardAllButExif()
768 Sections[SectionsRead++] = CommentKeeper; in DiscardAllButExif()