Lines Matching refs:instead
34 - Use inline function instead of macro for index in enough.c
180 - Use __WATCOMC__ instead of __WATCOM__
258 - Have gzputc return the character written instead of the argument
338 - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out
407 - Move z_off64_t to public interface, use instead of off64_t
422 - Use TEST_LDSHARED instead of LDSHARED to link test programs [Weigelt]
526 - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL
538 - Remove zlibdefs.h completely -- modify zconf.h instead
581 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h
650 - Use ftello() and fseeko() if available instead of ftell() and fseek()
663 - Remove zconf.in.h and instead create a new zlibdefs.h file
811 - Deprecate Z_ASCII; use Z_TEXT instead [Truta]
948 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
963 - Use SYS16BIT instead of __32BIT__ to distinguish between
1074 - Use malloc() instead of calloc() in zutil.c if int big enough
1079 - Use $cc instead of gcc to build shared library
1083 - Use libz.a instead of -lz in Makefile (assure use of compiled library)
1124 - use macro EXTERN instead of extern to support DLL for BeOS (Sander Stoks)
1155 - use define instead of typedef for Bytef also for MSC small/medium (Tom Lane)
1207 . ZALLOC the length list in inflate_trees_fixed() instead of using stack
1208 . ZALLOC the value area for huft_build() instead of using stack
1215 - install libz.so* with mode 755 (executable) instead of 644 (Marc Lehmann)
1216 - read_buf buf parameter of type Bytef* instead of charf*
1226 - use constant arrays for the static trees in trees.c instead of computing
1243 - use Tracev instead of Trace in infblock.c
1269 - return Z_BUF_ERROR instead of Z_OK if output buffer full in uncompress()
1307 - use $(SHAREDLIB) instead of libz.so in Makefile.in (for HPUX)
1322 - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
1324 - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
1331 - use NO_ERRNO_H instead of enumeration of operating systems with errno.h
1352 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
1355 - return OK instead of BUF_ERROR if previous deflate call returned with
1366 - Bytef is define's instead of typedef'd only for Borland C
1377 - Bytef is define'd instead of typedef'ed (work around Borland bug)
1400 - suppress Makefile.qnx, use configure instead
1410 - use zlib-1.0/* instead of zlib/* inside the tar.gz
1427 - use exec_prefix instead of prefix for libz.a
1436 - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc...
1437 - use Z_BINARY instead of BINARY
1563 - avoid "zip" everywhere, use zlib instead of ziplib
1576 - use Z_FINISH instead of deflateEnd to finish compression