Home
last modified time | relevance | path

Searched refs:Stream_Type (Results 1 – 3 of 3) sorted by relevance

/external/zlib/src/contrib/ada/
Dzlib-streams.ads17 type Stream_Type is type
21 (Stream : in out Stream_Type;
26 (Stream : in out Stream_Type;
30 (Stream : in out Stream_Type;
37 function Read_Total_In (Stream : in Stream_Type) return Count;
41 function Read_Total_Out (Stream : in Stream_Type) return Count;
45 function Write_Total_In (Stream : in Stream_Type) return Count;
49 function Write_Total_Out (Stream : in Stream_Type) return Count;
54 (Stream : out Stream_Type;
80 function Is_Open (Stream : Stream_Type) return Boolean;
[all …]
Dzlib-streams.adb19 procedure Close (Stream : in out Stream_Type) is
42 (Stream : out Stream_Type;
102 (Stream : in out Stream_Type;
121 function Is_Open (Stream : Stream_Type) return Boolean is
131 (Stream : in out Stream_Type;
165 function Read_Total_In (Stream : in Stream_Type) return Count is
174 function Read_Total_Out (Stream : in Stream_Type) return Count is
184 (Stream : in out Stream_Type;
211 function Write_Total_In (Stream : in Stream_Type) return Count is
220 function Write_Total_Out (Stream : in Stream_Type) return Count is
Dtest.adb61 File_Z : ZLib.Streams.Stream_Type;