Home | History | Annotate | Download | only in jpeg

Lines Matching refs:handle

107 extern short far jdos_open JPP((short far * handle, char far * filename));
108 extern short far jdos_close JPP((short handle));
109 extern short far jdos_seek JPP((short handle, long offset));
110 extern short far jdos_read JPP((short handle, void far * buffer,
112 extern short far jdos_write JPP((short handle, void far * buffer,
247 if (jdos_seek(info->handle.file_handle, file_offset))
252 if (jdos_read(info->handle.file_handle, buffer_address,
263 if (jdos_seek(info->handle.file_handle, file_offset))
268 if (jdos_write(info->handle.file_handle, buffer_address,
277 jdos_close(info->handle.file_handle); /* close the file */
291 short handle;
294 if (jdos_open((short far *) & handle, (char far *) info->temp_name)) {
299 info->handle.file_handle = handle;
341 /* The XMS driver can't cope with an odd length, so handle the last byte
346 spec.src_handle = info->handle.xms_handle;
374 /* The XMS driver can't cope with an odd length, so handle the last byte
381 spec.dst_handle = info->handle.xms_handle;
405 ctx.dx = info->handle.xms_handle;
408 TRACEMS1(cinfo, 1, JTRC_XMS_CLOSE, info->handle.xms_handle);
437 /* Succeeded, save the handle and away we go */
438 info->handle.xms_handle = ctx.dx;
500 SRC_HANDLE(spec) = info->handle.ems_handle;
528 DST_HANDLE(spec) = info->handle.ems_handle;
546 ctx.dx = info->handle.ems_handle;
548 TRACEMS1(cinfo, 1, JTRC_EMS_CLOSE, info->handle.ems_handle);
582 /* Succeeded, save the handle and away we go */
583 info->handle.ems_handle = ctx.dx;