Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c742 Section_t CommentKeeper; in DiscardAllButExif() local
748 memset(&CommentKeeper, 0, sizeof(CommentKeeper)); in DiscardAllButExif()
757 }else if (Sections[a].Type == M_COM && CommentKeeper.Type == 0){ in DiscardAllButExif()
758 CommentKeeper = Sections[a]; in DiscardAllButExif()
770 if (CommentKeeper.Type){ in DiscardAllButExif()
772 Sections[SectionsRead++] = CommentKeeper; in DiscardAllButExif()