Lines Matching +refs:cc +refs:check +refs:function +refs:in +refs:lib

5 If your question is not there, please check the zlib home page
17 file win32/DLL_FAQ.txt in the zlib distribution.
23 * win32/DLL_FAQ.txt in the zlib distribution
29 zero. For Visual Basic, check that this parameter is passed by reference
38 made with more input or output space. A Z_BUF_ERROR may in fact be
46 It's in zlib.h . Examples of zlib usage are in the files test/example.c
47 and test/minigzip.c, with more in examples/ .
54 8. I found a bug in zlib.
67 check that you don't have old files libz.* in /usr/lib, /usr/local/lib or
68 /usr/X11R6/lib. Remove any old versions, then do "make install".
72 See the contrib/delphi directory in the zlib distribution.
76 Not by itself, no. See the directory contrib/minizip in the zlib
100 trying to install it, you may want to check if it's already there! If you
102 it. You can check the version at the top of zlib.h or with the
103 ZLIB_VERSION symbol defined in zlib.h .
110 16. Can zlib decode Flate data in an Adobe PDF file?
120 ld.so.1: rpm: fatal: relocation error: file /usr/local/lib/libz.so:
124 the C compiler (cc or gcc). You must recompile applications using zlib
131 The compress and deflate functions produce data in the zlib format, which
132 is different and incompatible with the gzip format. The gz* functions in
141 on the other hand was designed for in-memory and communication channel
143 faster integrity check than gzip.
145 20. Well that's nice, but how do I make a gzip file in memory?
162 22. Can I use zlib in my commercial application?
164 Yes. Please read the license in zlib.h.
168 No. Please read the license in zlib.h.
173 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
178 is "1.2.3.4", then in zlib.h you should change ZLIB_VERNUM to 0x123f, and
180 update the version strings in deflate.c and inftrees.c.
183 nature of the changes in zlib.h, as well as in ChangeLog and README, along
191 in zlib.h as you would for a full source distribution.
201 data types being limited to 32-bits in length. If you have any
207 does PKZIP and zlib. However, you can look in zlib's contrib/blast
210 28. Can I access data randomly in a compressed stream?
222 It has in the past, but we have not heard of any recent evidence. There
230 First off, you should read RFC 1951. Second, yes. Look in zlib's
244 of the maximum value that can be stored in the compiler's "unsigned int"
250 compress() and uncompress() may be limited to 4 GB, since they operate in a
252 zlib is compiled. See the zlibCompileFlags() function in zlib.h.
260 The only one that we are aware of is potentially in gzprintf(). If zlib is
268 zlibCompileFlags() function will return information on what variant of
283 Probably what you want is to use zlib in Java. zlib is already included
284 as part of the Java SDK in the java.util.zip package. If you really want
285 a version of zlib written in the Java language, look on the zlib home
292 in the universe. It just got to be a waste of time, and some compilers
310 Probably not. Look in the comp.compression FAQ for pointers to various
326 correctly points to the zlib specification in RFC 1950 for the "deflate"
329 specification in RFC 1951, most notably Microsoft. So even though the
331 efficient approach (and in fact exactly what the zlib format was designed
344 41. I'm having a problem with the zip functions in zlib, can you help?
346 There are no zip functions in zlib. You are probably using minizip by
347 Giles Vollant, which is found in the contrib directory of zlib. It is not
348 part of zlib. In fact none of the stuff in contrib is part of zlib. The
349 files in there are not supported by the zlib authors. You need to contact
352 42. The match.asm code in contrib is under the GNU General Public License.
356 No. The files in contrib are not part of zlib. They were contributed by
358 distribution. Each item in contrib has its own license.
365 so that we can use your software in our product?