Searched refs:STREAM_FILE (Results 1 – 6 of 6) sorted by relevance
161 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer ) macro179 ft_fclose( STREAM_FILE( stream ) ); in ft_ansi_stream_close()225 file = STREAM_FILE( stream ); in ft_ansi_stream_io()
242 #define STREAM_FILE( stream ) ( (struct SysFile *)stream->descriptor.pointer ) macro261 sysfile = STREAM_FILE( stream ); in ft_amiga_stream_close()302 sysfile = STREAM_FILE( stream ); in ft_amiga_stream_io()
179 #define STREAM_FILE( stream ) ( (FILE*)stream->descriptor.pointer ) macro
180 #define STREAM_FILE( stream ) ( (FILE*)stream->descriptor.pointer ) macro
441 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer ) macro447 ft_fclose( STREAM_FILE( stream ) ); in ft_FSp_stream_close()464 file = STREAM_FILE( stream ); in ft_FSp_stream_io()
2903 STREAM_FILE [__MWERKS__]: New macro.