Searched refs:temp_file (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/ |
A D | jmemansi.c | 101 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store() 103 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store() 114 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store() 116 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store() 125 fclose(info->temp_file); in close_backing_store() 144 if ((info->temp_file = tmpfile()) == NULL) in jpeg_open_backing_store()
|
A D | jmem-android.c | 104 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store() 106 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store() 117 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store() 119 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store() 128 fclose(info->temp_file); in close_backing_store() 164 if ((info->temp_file = getTempFile()) == NULL) in jpeg_open_backing_store()
|
A D | jmemname.c | 208 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store() 210 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store() 221 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store() 223 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store() 232 fclose(info->temp_file); /* close the file */ in close_backing_store() 251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL) in jpeg_open_backing_store()
|
A D | jmemmac.c | 161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) in read_backing_store() 164 retVal = FSRead ( info->temp_file, &bytes, in read_backing_store() 179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) in write_backing_store() 182 retVal = FSWrite ( info->temp_file, &bytes, in write_backing_store() 192 FSClose ( info->temp_file ); in close_backing_store() 253 osErr = FSpOpenDF ( &theSpec, fsRdWrPerm, &(info->temp_file) ); in jpeg_open_backing_store()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jmemsys.h | 160 short temp_file; /* file reference number to temp file */ member 165 FILE * temp_file; /* stdio reference to temp file */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | jpeg-9b.patch | 789 + if (fseek(info->temp_file, file_offset, SEEK_SET)) 791 + if (JFREAD(info->temp_file, buffer_address, byte_count) 802 + if (fseek(info->temp_file, file_offset, SEEK_SET)) 804 + if (JFWRITE(info->temp_file, buffer_address, byte_count) 813 + fclose(info->temp_file); 849 + if ((info->temp_file = getTempFile()) == NULL)
|
Completed in 7 milliseconds