EXIF library (libexif) Internals  0.6.24
_ExifLoader Struct Reference
Collaboration diagram for _ExifLoader:
[legend]

Data Fields

ExifLoaderState state
 
ExifLoaderDataFormat data_format
 
unsigned char b [12]
 Small buffer used for detection of format. More...
 
unsigned char b_len
 Number of bytes in the small buffer b. More...
 
unsigned int size
 
unsigned char * buf
 
unsigned int bytes_read
 
unsigned int ref_count
 
ExifLoglog
 
ExifMemmem
 

Detailed Description

Definition at line 77 of file exif-loader.c.

Field Documentation

◆ b

unsigned char _ExifLoader::b[12]

Small buffer used for detection of format.

Definition at line 82 of file exif-loader.c.

Referenced by exif_loader_write().

◆ b_len

unsigned char _ExifLoader::b_len

Number of bytes in the small buffer b.

Definition at line 85 of file exif-loader.c.

Referenced by exif_loader_reset(), and exif_loader_write().

◆ buf

unsigned char* _ExifLoader::buf

◆ bytes_read

unsigned int _ExifLoader::bytes_read

◆ data_format

ExifLoaderDataFormat _ExifLoader::data_format

◆ log

◆ mem

◆ ref_count

unsigned int _ExifLoader::ref_count

Definition at line 91 of file exif-loader.c.

Referenced by exif_loader_new_mem(), exif_loader_ref(), and exif_loader_unref().

◆ size

unsigned int _ExifLoader::size

Definition at line 87 of file exif-loader.c.

Referenced by exif_loader_copy(), exif_loader_reset(), and exif_loader_write().

◆ state

ExifLoaderState _ExifLoader::state

Definition at line 78 of file exif-loader.c.

Referenced by exif_loader_reset(), and exif_loader_write().


The documentation for this struct was generated from the following file:

libexif Generated by doxygen