Home | History | Annotate | Download | only in ada

Lines Matching full:z_streamp

113    type Z_Streamp is access all Z_Stream;     --  zlib.h:89
125 function Deflate (strm : Z_Streamp; flush : Int) return Int;
127 function DeflateEnd (strm : Z_Streamp) return Int;
129 function Inflate (strm : Z_Streamp; flush : Int) return Int;
131 function InflateEnd (strm : Z_Streamp) return Int;
134 (strm : Z_Streamp;
139 function deflateCopy (dest : Z_Streamp; source : Z_Streamp) return Int;
142 function deflateReset (strm : Z_Streamp) return Int; -- zlib.h:495
145 (strm : Z_Streamp;
151 (strm : Z_Streamp;
156 function inflateSync (strm : Z_Streamp) return Int; -- zlib.h:565
158 function inflateReset (strm : Z_Streamp) return Int; -- zlib.h:580
249 (strm : Z_Streamp;
256 (strm : Z_Streamp;
267 (strm : Z_Streamp;
277 (strm : Z_Streamp;
283 (strm : in Z_Streamp;
290 (strm : in Z_Streamp;
298 function Inflate_Init (strm : Z_Streamp; windowBits : Int) return Int;
303 function inflateSyncPoint (z : Z_Streamp) return Int;
348 (dest : in Z_Streamp;
349 Source : in Z_Streamp)
355 (Strm : in Z_Streamp;