HomeSort by relevance Sort by last modified time
    Searched full:zlib (Results 426 - 450 of 869) sorted by null

<<11121314151617181920>>

  /external/openssl/apps/
progs.h 214 #ifdef ZLIB
215 {FUNC_TYPE_CIPHER,"zlib",enc_main},
  /external/sonivox/jet_tools/JetCreator/
img_Find.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_Open.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_Redo.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_Undo.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
  /libcore/luni/src/main/java/java/util/zip/
InflaterInputStream.java 71 * particular the Inflater expects a ZLIB header from the input stream.
82 * for example one that expects no ZLIB header.
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 328 &output, GzipOutputStream::ZLIB, gzip_buffer_size);
336 &input, GzipInputStream::ZLIB, gzip_buffer_size);
351 GzipOutputStream gzout(&output, GzipOutputStream::ZLIB);
415 // Try zlib compression for fun.
417 options.format = GzipOutputStream::ZLIB;
427 // ZLIB format should differ from GZIP format.
  /external/zlib/src/contrib/pascal/
example.pas 1 (* example.c -- usage example of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
419 d_stream.avail_in := 2; (* just read the zlib header *)
533 EXIT_ERR('Incompatible zlib version');
535 WriteLn('zlib version: ', zlibVersion);
536 WriteLn('zlib compile flags: ', Format('0x%x', [zlibCompileFlags]));
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 84 # ifdef OF /* zlib prototype munger */
113 * specify the calling convention for zlib).
463 * large using the far keyword. The zlib version used must also support
464 * model independent data. As of version zlib 1.0.4, the necessary changes
465 * have been made in zlib. The USE_FAR_KEYWORD define triggers other
469 /* Separate compiler dependencies (problem here is that zlib.h always
  /external/libpng/
pngconf.h 100 * usage. Note that zlib allocates at least 32Kb also. For readers,
164 * large file), zlib needs to know how big of a chunk it can use, and
316 #ifdef OF /* zlib prototype munger */
    [all...]
pngtest.c 493 * 64K. However, zlib may allocate more then 64K if you don't tell
494 * it not to. See zconf.h and png.h for more information. zlib does
499 * by setting MAXSEG_64K in zlib zconf.h *or* PNG_MAX_MALLOC_64K.
    [all...]
pngwutil.c 238 png_error(png_ptr, "zlib error");
286 /* Tell zlib we are finished */
339 png_error(png_ptr, "zlib error");
381 /* Reset zlib for another zTXt/iTXt or image data */
519 /* Initialize zlib with PNG info */
552 "zlib failed to initialize compressor -- version error");
554 "zlib failed to initialize compressor -- stream error");
556 "zlib failed to initialize compressor -- mem error");
557 png_error(png_ptr, "zlib failed to initialize compressor");
562 /* Set it to a predefined value, to avoid its evaluation inside zlib */
    [all...]
libpng-1.2.44.txt 84 Libpng uses zlib for its compression and decompression of PNG files.
85 Further information about zlib, and the latest version of zlib, can
86 be found at the zlib home page, <http://www.info-zip.org/pub/infozip/zlib/>.
87 The zlib compression utility is a general purpose utility that is
89 See the documentation delivered with zlib for more details.
90 You can usually find the source files for the zlib utility wherever you
    [all...]
libpng-1.2.46.txt 84 Libpng uses zlib for its compression and decompression of PNG files.
85 Further information about zlib, and the latest version of zlib, can
86 be found at the zlib home page, <http://www.info-zip.org/pub/infozip/zlib/>.
87 The zlib compression utility is a general purpose utility that is
89 See the documentation delivered with zlib for more details.
90 You can usually find the source files for the zlib utility wherever you
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 93 * usage. Note that zlib allocates at least 32Kb also. For readers,
132 * large file), zlib needs to know how big of a chunk it can use, and
274 #ifdef OF /* zlib prototype munger */
    [all...]
  /external/zlib/src/
inflate.c 1 /* inflate.c -- zlib decompression
3 * For conditions of distribution and use, see copyright notice in zlib.h
13 * improve code readability and style over the previous zlib inflate code
80 * The history for versions after 1.2.0 are in ChangeLog in zlib distribution.
320 Then that can be linked with zlib built with MAKEFIXED defined and run:
336 puts(" subject to change. Applications should only use zlib.h.");
430 /* check function to use adler32() for zlib or crc32() for gzip */
594 return code (per zlib.h). inflate() always writes as much as possible to
596 documented in zlib.h of Z_SYNC_FLUSH. Furthermore, inflate() always defers
598 provides the effect documented in zlib.h for Z_FINISH when the entire inpu
    [all...]
  /bootable/recovery/applypatch/
imgdiff.c 36 * is available in applypatch, namely, the one in the zlib library.
38 * "minigzip" tool included in the zlib distribution, not the GNU gzip
106 * the bsdiff patch. The next five parameters specify the zlib
132 #include "zlib.h"
323 // -15 means we are decoding a 'raw' deflate stream; zlib will
324 // not expect zlib headers.
448 // -15 means we are decoding a 'raw' deflate stream; zlib will
449 // not expect zlib headers.
525 * using the zlib parameters stored in the chunk, and checks that it
    [all...]
  /external/chromium/net/
net.gyp 22 '../third_party/zlib/zlib.gyp:zlib',
368 '../third_party/zlib/zlib.gyp:zlib',
    [all...]
  /dalvik/libdex/
ZipArchive.cpp 22 #include <zlib.h>
600 * Initialize the zlib stream struct.
613 * Use the undocumented "negative window bits" feature to tell zlib
614 * that there's no zlib header waiting for it.
619 ALOGE("Installed zlib is not compatible with linked version (%s)",