Searched defs:backing_store_struct (Results 1 – 2 of 2) 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 …]
139 typedef struct backing_store_struct { struct155 handle_union handle; /* reference to backing-store storage object */156 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */160 short temp_file; /* file reference number to temp file */161 FSSpec tempSpec; /* the FSSpec for the temp file */162 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */165 FILE * temp_file; /* stdio reference to temp file */166 char temp_name[TEMP_NAME_LENGTH]; /* name of temp file */