Home
last modified time | relevance | path

Searched refs:ciff_direntry (Results 1 – 3 of 3) sorted by path

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Dciff.c95 struct ciff_direntry *entry; in process_ciff_dir()
258 print_ciff_taginfo(struct ciff_direntry *entry,unsigned long fileoffset_base) in print_ciff_taginfo()
328 print_ciff_value(FILE *inptr,struct ciff_direntry *entry, unsigned short byteorder, in print_ciff_value()
600 struct ciff_direntry *entry, unsigned long fileoffset_base, in process_ciff_direntry()
1667 struct ciff_direntry *
1668 read_ciff_direntry(FILE *inptr,struct ciff_direntry *entry,unsigned short byteorder,unsigned long o… in read_ciff_direntry()
1673 entry = (struct ciff_direntry *)malloc(sizeof(struct ciff_direntry)); in read_ciff_direntry()
1676 memset(entry,0,sizeof(struct ciff_direntry)); in read_ciff_direntry()
H A Dciff_datadefs.h27 struct ciff_direntry { struct
H A Dciff_extern.h30 struct ciff_direntry *, unsigned long,
32 extern struct ciff_direntry *read_ciff_direntry(FILE *, struct ciff_direntry *,
36 extern void print_ciff_value(FILE *,struct ciff_direntry *,unsigned short,
40 extern void print_ciff_taginfo(struct ciff_direntry *,unsigned long);