Searched defs:backing_store_struct (Results 1 – 1 of 1) sorted by relevance
122 typedef struct backing_store_struct { struct124 void (*read_backing_store) (j_common_ptr cinfo, backing_store_ptr info,127 void (*write_backing_store) (j_common_ptr cinfo, backing_store_ptr info,130 void (*close_backing_store) (j_common_ptr cinfo, backing_store_ptr info);135 handle_union handle; /* reference to backing-store storage object */136 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */140 short temp_file; /* file reference number to temp file */141 FSSpec tempSpec; /* the FSSpec for the temp file */142 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */145 FILE *temp_file; /* stdio reference to temp file */[all …]