Home | History | Annotate | Download | only in pascal

Lines Matching full:zlib

3 zlib data compression library.
10 example.pas usage example of zlib
11 zlibpas.pas the Pascal interface to zlib
18 - Although the name "zlib" would have been more normal for the
19 zlibpas unit, this name is already taken by Borland's ZLib unit.
21 interface to the full-fledged zlib functionality, but a suite of
22 class wrappers around zlib streams. Other essential features,
27 - The C and zlib-supplied types int, uInt, long, uLong, etc. are
34 real need for unsigned int in zlib under a 32-bit environment.
36 - Except for the callbacks, the zlib function interfaces are