jpeg_common_fields is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

jpeg_common_fields macro

Syntax

#define jpeg_common_fields \     struct jpeg_error_mgr * err;\     struct jpeg_memory_mgr * mem;\     struct jpeg_progress_mgr * progress;\     void * client_data;\     boolean is_decompressor;\     int global_state

References

LocationText
jpeglib.h:250
#define jpeg_common_fields \
jpeglib.h:263
jpeg_common_fields; /* Fields common to both master struct types */
jpeglib.h:278
jpeg_common_fields; /* Fields shared with jpeg_decompress_struct */
jpeglib.h:443
jpeg_common_fields; /* Fields shared with jpeg_compress_struct */