Home | History | Annotate | Download | only in ada

Lines Matching full:zlib

2 --  ZLib for Ada thick binding.                               --
6 -- Open source license information is in the zlib.ads file. --
17 with ZLib;
33 Header : constant ZLib.Header_Type := ZLib.Default;
34 -- Do not use Header other than Default in ZLib versions 1.1.4 and older.
45 Filter : ZLib.Filter_Type;
68 -- ZLib.Read
71 procedure Read is new ZLib.Read
114 Ada.Text_IO.Put_Line ("ZLib " & ZLib.Version);
117 for Level in ZLib.Compression_Level'Range loop
120 & ZLib.Compression_Level'Image (Level));
124 ZLib.Deflate_Init
149 ZLib.Close (Filter);