OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Section_t
(Results
1 - 5
of
5
) sorted by null
/external/jhead/
jpgfile.c
18
static
Section_t
* Sections = NULL;
118
Sections = (
Section_t
*)realloc(Sections, sizeof(
Section_t
)*SectionsAllocated);
576
Section_t
* ExifSection;
596
Section_t
* ExifSection;
661
Section_t
* ExifSection;
741
Section_t
ExifKeeper;
742
Section_t
CommentKeeper;
743
Section_t
IptcKeeper;
744
Section_t
XmpKeeper
[
all
...]
jhead.h
57
}
Section_t
;
236
void ShowXmp(
Section_t
XmpSection);
259
Section_t
* FindSection(int SectionType);
260
Section_t
* CreateSection(int SectionType, unsigned char * Data, int size);
iptc.c
175
void ShowXmp(
Section_t
XmpSection)
main.c
173
Section_t
* ExifSection = FindSection(M_EXIF);
312
Section_t
* ExifSection = FindSection(M_EXIF);
446
Section_t
* ExifSection = FindSection(M_EXIF);
483
Section_t
* ExifSection = FindSection(M_EXIF);
jhead.c
891
Section_t
* IptcSection;
945
Section_t
* CommentSec;
[
all
...]
Completed in 55 milliseconds