Lines Matching full:instead
26 - Read multiple bytes instead of byte-by-byte in minizip unzip.c
74 - Use inline function instead of macro for index in enough.c
220 - Use __WATCOMC__ instead of __WATCOM__
298 - Have gzputc return the character written instead of the argument
378 - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out
447 - Move z_off64_t to public interface, use instead of off64_t
462 - Use TEST_LDSHARED instead of LDSHARED to link test programs [Weigelt]
566 - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL
578 - Remove zlibdefs.h completely -- modify zconf.h instead
621 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h
690 - Use ftello() and fseeko() if available instead of ftell() and fseek()
703 - Remove zconf.in.h and instead create a new zlibdefs.h file
851 - Deprecate Z_ASCII; use Z_TEXT instead [Truta]
988 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
1003 - Use SYS16BIT instead of __32BIT__ to distinguish between
1114 - Use malloc() instead of calloc() in zutil.c if int big enough
1119 - Use $cc instead of gcc to build shared library
1123 - Use libz.a instead of -lz in Makefile (assure use of compiled library)
1164 - use macro EXTERN instead of extern to support DLL for BeOS (Sander Stoks)
1195 - use define instead of typedef for Bytef also for MSC small/medium (Tom Lane)
1247 . ZALLOC the length list in inflate_trees_fixed() instead of using stack
1248 . ZALLOC the value area for huft_build() instead of using stack
1255 - install libz.so* with mode 755 (executable) instead of 644 (Marc Lehmann)
1256 - read_buf buf parameter of type Bytef* instead of charf*
1266 - use constant arrays for the static trees in trees.c instead of computing
1283 - use Tracev instead of Trace in infblock.c
1309 - return Z_BUF_ERROR instead of Z_OK if output buffer full in uncompress()
1347 - use $(SHAREDLIB) instead of libz.so in Makefile.in (for HPUX)
1362 - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
1364 - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
1371 - use NO_ERRNO_H instead of enumeration of operating systems with errno.h
1392 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
1395 - return OK instead of BUF_ERROR if previous deflate call returned with
1406 - Bytef is define's instead of typedef'd only for Borland C
1417 - Bytef is define'd instead of typedef'ed (work around Borland bug)
1440 - suppress Makefile.qnx, use configure instead
1450 - use zlib-1.0/* instead of zlib/* inside the tar.gz
1467 - use exec_prefix instead of prefix for libz.a
1476 - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc.
1477 - use Z_BINARY instead of BINARY
1603 - avoid "zip" everywhere, use zlib instead of ziplib
1616 - use Z_FINISH instead of deflateEnd to finish compression