Lines Matching refs:ExifEntry
129 static ExifEntry *init_tag(ExifData *exif, ExifIfd ifd, ExifTag tag)
131 ExifEntry *entry;
140 /* Attach the ExifEntry to an IFD */
146 /* Ownership of the ExifEntry has now been passed to the IFD.
162 static ExifEntry *create_tag(ExifData *exif, ExifIfd ifd, ExifTag tag, size_t len)
165 ExifEntry *entry;
167 /* Create a memory allocator to manage this ExifEntry */
171 /* Create a new ExifEntry using our allocator */
186 /* Attach the ExifEntry to an IFD */
189 /* The ExifMem and ExifEntry are now owned elsewhere */
202 ExifEntry *entry;