Lines Matching full:zlib
9 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
14 ; http://www.zlib.net
21 ; to compile this file for zLib, I use option:
23 ; Be carrefull to adapt zlib1222add below to your version of zLib
24 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
75 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
77 ; (if you compile with zlib 1.0.4 or older, remove the +4).
94 ; in zlib in the deflate_state structure since the asm code was first written
95 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
96 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
97 ; if you compile with zlib 1.2.2.2 or later , use "zlib1222add equ 8").
216 ;;; on zlib only