Lines Matching refs:can

14  2. Where can I get a Windows DLL version?
16 The zlib sources can be compiled without change to produce a DLL. See the
20 3. Where can I get a Visual Basic interface to zlib?
38 Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be
85 13. How can I make a Unix shared library?
102 can #include <zlib.h>, it's there. The -lz option will probably link to
103 it. You can check the version at the top of zlib.h or with the
148 You can request that deflate write the gzip format instead of the zlib
149 format using deflateInit2(). You can also request that inflate decode the
180 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also
194 25. Will zlib work on a big-endian or little-endian architecture, and can I
208 does PKZIP and zlib. However, you can look in zlib's contrib/blast
215 keep an index of those locations, then you can start decompression at those
217 can significantly degrade compression. Alternatively, you can scan a
228 30. Is there some simpler, easier to read version of inflate I can look at to
245 of the maximum value that can be stored in the compiler's "unsigned int"
249 inflate() or deflate(). The application can easily set up its own counters
272 If you don't have snprintf() or vsnprintf() and would like one, you can
314 38. How can I encrypt/decrypt zip files with zlib?
317 weak and can be broken with freely available programs. To get strong
345 41. I'm having a problem with the zip functions in zlib, can you help?
366 so that we can use your software in our product?