Searched refs:iobuf_end (Results 1 – 1 of 1) sorted by relevance
67 ULONG iobuf_end; member305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()439 sysfile->iobuf_end = 0; in FT_Stream_Open()