Home
last modified time | relevance | path

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

/external/jhead/
Djhead.h234 int RemoveSectionType(int SectionType);
Djhead.c1108 if (RemoveSectionType(M_COM)) Modified = TRUE;
1111 if (RemoveSectionType(M_EXIF)) Modified = TRUE;
1114 if (RemoveSectionType(M_IPTC)) Modified = TRUE;
1117 if (RemoveSectionType(M_XMP)) Modified = TRUE;
Djpgfile.c606 int RemoveSectionType(int SectionType) in RemoveSectionType() function
Dexif.c1368 RemoveSectionType(M_EXIF); in create_EXIF()