Searched refs:ZLib (Results 1 – 20 of 20) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/ |
A D | test.adb | 17 with ZLib.Streams; 37 Header : constant ZLib.Header_Type := ZLib.Default; 44 Strategy : constant ZLib.Strategy_Type := ZLib.Default_Strategy; 63 Filter : ZLib.Filter_Type; 309 ZLib.Deflate_Init 317 ZLib.Close (Filter); 350 ZLib.Streams.Create 366 ZLib.Streams.Flush (File_Z, ZLib.Finish); 382 ZLib.Streams.Create 405 ZLib.Streams.Create [all …]
|
A D | readme.txt | 1 ZLib for Ada thick binding (ZLib.Ada) 4 ZLib.Ada is a thick binding interface to the popular ZLib data 6 It provides Ada-style access to the ZLib C library. 9 Here are the main changes since ZLib.Ada 1.2: 16 - Added Is_Open routines to ZLib and ZLib.Streams packages. 31 How to build ZLib.Ada under GNAT 34 building ZLib.Ada. Make the directory of ZLib.Ada sources current and 44 How to build ZLib.Ada under Aonix ObjectAda for Win32 7.2.2 47 2. Build the libz.a library from the ZLib C sources. 54 How to use ZLib.Ada [all …]
|
A D | read.adb | 17 with ZLib; 33 Header : constant ZLib.Header_Type := ZLib.Default; 45 Filter : ZLib.Filter_Type; 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);
|
A D | mtest.adb | 13 with ZLib; 22 use ZLib; 73 procedure Compare_Write is new ZLib.Write (Write => Compare); 133 & ZLib.Count'Image (Total_Out (Deflate)));
|
A D | zlib-streams.adb | 13 package body ZLib.Streams is 151 procedure Read is new ZLib.Read 199 procedure Write is new ZLib.Write 225 end ZLib.Streams;
|
A D | buffer_demo.adb | 23 with ZLib; use ZLib;
|
A D | zlib-streams.ads | 11 package ZLib.Streams is 114 end ZLib.Streams;
|
A D | zlib-thin.adb | 11 package body ZLib.Thin is 141 end ZLib.Thin;
|
A D | zlib.ads | 34 package ZLib is packspec 328 end ZLib;
|
A D | zlib.adb | 17 with ZLib.Thin; 19 package body ZLib is package 261 (Filter : in out ZLib.Filter_Type; 701 end ZLib;
|
A D | zlib-thin.ads | 15 private package ZLib.Thin is 450 end ZLib.Thin;
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/ |
A D | readme.txt | 5 This directory contains an update to the ZLib interface unit, 8 The original ZLib unit is Copyright (c) 1997,99 Borland Corp., 11 we recommend the users to update their ZLib unit. 31 and linked to the ZLib unit. 37 Currently, the ZLib unit provides only a limited wrapper around 42 duplicated code, or not using the ZLib unit at all.
|
A D | ZLib.pas | 12 unit ZLib; unit
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc10/ |
A D | zlib.rc | 23 VALUE "ProductName", "ZLib.DLL\0"
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc11/ |
A D | zlib.rc | 23 VALUE "ProductName", "ZLib.DLL\0"
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc12/ |
A D | zlib.rc | 23 VALUE "ProductName", "ZLib.DLL\0"
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc14/ |
A D | zlib.rc | 23 VALUE "ProductName", "ZLib.DLL\0"
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc9/ |
A D | zlib.rc | 23 VALUE "ProductName", "ZLib.DLL\0"
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/ |
A D | readme.txt | 19 zlibpas unit, this name is already taken by Borland's ZLib unit.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | ChangeLog | 728 - Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer] 777 - Fix indentation; update version in contrib/delphi/ZLib.pas and 806 - Update version in contrib/delphi/ZLib.pas and contrib/pascal/zlibpas.pas
|
Completed in 98 milliseconds