Lines Matching refs:and
9 and is based on zlib version 1.0.4. There are a series of bugs
10 and security problems associated with that old zlib version, and
20 Longint, for consistency with the zlib.h header, and for 64-bit
27 - The allocation and deallocation functions and function types
28 (TAlloc, TFree, zlibAllocMem and zlibFreeMem) are now cdecl,
29 and _malloc and _free are added as C RTL stubs. As a result,
31 and linked to the ZLib unit.
38 the zlib library, and much of the original zlib functionality is
46 - Checksum class wrappers around adler32() and crc32(), similar
50 - The ability to read and write raw deflate streams, without the
51 zlib stream header and trailer. Raw deflate streams are used
54 - The ability to read and write gzip streams, used in the GZIP
55 file format, and normally produced by the gzip program.
58 to PNG and MNG image compression, and to multimedia compression
63 which, in fact, could have used the 'z' prefix and avoided
72 - ZIP and GZIP stream handling via TStreams.