Home | History | Annotate | Download | only in jpeg

Lines Matching refs:FILE

5  * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This include file defines the interface between the system-independent
13 * This file works as-is for the system-dependent memory managers supplied
16 * this file, the best method is to #ifdef them based on a configuration
116 #define TEMP_NAME_LENGTH 64 /* max length of a temporary file's name */
125 short file_handle; /* DOS file handle if it's a temp file */
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 short temp_file; /* file reference number to temp file */
170 FILE * temp_file; /* stdio reference to temp file */
171 char temp_name[TEMP_NAME_LENGTH]; /* name of temp file */
181 * may take an error exit if the specified maximum file size is exceeded.