Searched refs:temp_file (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djmemansi.c101 if (fseek(info->temp_file, file_offset, SEEK_SET))
103 if (JFREAD(info->temp_file, buffer_address, byte_count)
114 if (fseek(info->temp_file, file_offset, SEEK_SET))
116 if (JFWRITE(info->temp_file, buffer_address, byte_count)
125 fclose(info->temp_file);
144 if ((info->temp_file = tmpfile()) == NULL)
H A Djmemmac.c161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
164 retVal = FSRead ( info->temp_file, &bytes,
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
182 retVal = FSWrite ( info->temp_file, &bytes,
192 FSClose ( info->temp_file );
253 osErr = FSpOpenDF ( &theSpec, fsRdWrPerm, &(info->temp_file) );
H A Djmemname.c208 if (fseek(info->temp_file, file_offset, SEEK_SET))
210 if (JFREAD(info->temp_file, buffer_address, byte_count)
221 if (fseek(info->temp_file, file_offset, SEEK_SET))
223 if (JFWRITE(info->temp_file, buffer_address, byte_count)
232 fclose(info->temp_file); /* close the file */
251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
H A Djmemsys.h160 short temp_file; /* file reference number to temp file */ member in struct:backing_store_struct
165 FILE * temp_file; /* stdio reference to temp file */ member in struct:backing_store_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djmemansi.c101 if (fseek(info->temp_file, file_offset, SEEK_SET))
103 if (JFREAD(info->temp_file, buffer_address, byte_count)
114 if (fseek(info->temp_file, file_offset, SEEK_SET))
116 if (JFWRITE(info->temp_file, buffer_address, byte_count)
125 fclose(info->temp_file);
144 if ((info->temp_file = tmpfile()) == NULL)
H A Djmemmac.c161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
164 retVal = FSRead ( info->temp_file, &bytes,
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
182 retVal = FSWrite ( info->temp_file, &bytes,
192 FSClose ( info->temp_file );
253 osErr = FSpOpenDF ( &theSpec, fsRdWrPerm, &(info->temp_file) );
H A Djmemname.c208 if (fseek(info->temp_file, file_offset, SEEK_SET))
210 if (JFREAD(info->temp_file, buffer_address, byte_count)
221 if (fseek(info->temp_file, file_offset, SEEK_SET))
223 if (JFWRITE(info->temp_file, buffer_address, byte_count)
232 fclose(info->temp_file); /* close the file */
251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
H A Djmemsys.h160 short temp_file; /* file reference number to temp file */ member in struct:backing_store_struct
165 FILE * temp_file; /* stdio reference to temp file */ member in struct:backing_store_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dvidwin.cpp54 wxFileOutputStream temp_file(m_filename);
55 temp_file << str;

Completed in 47 milliseconds