HomeSort by relevance Sort by last modified time
    Searched defs:deflateInit2 (Results 76 - 79 of 79) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zlib.h 197 /* compression strategy; see deflateInit2() below for details */
487 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
539 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
541 method). msg is set to null if there is no error message. deflateInit2 does
551 immediately after deflateInit, deflateInit2 or deflateReset, before any
563 deflateInit or deflateInit2, a part of the dictionary may in effect be
607 that may have been set by deflateInit2.
618 interpretation of level and strategy is as in deflateInit2. This can be
647 deflateTune() can be called after deflateInit() or deflateInit2(), and
656 deflateInit2(), and after deflateSetHeader(), if used. This would be use
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h 197 /* compression strategy; see deflateInit2() below for details */
487 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
539 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
541 method). msg is set to null if there is no error message. deflateInit2 does
551 immediately after deflateInit, deflateInit2 or deflateReset, before any
563 deflateInit or deflateInit2, a part of the dictionary may in effect be
607 that may have been set by deflateInit2.
618 interpretation of level and strategy is as in deflateInit2. This can be
647 deflateTune() can be called after deflateInit() or deflateInit2(), and
656 deflateInit2(), and after deflateSetHeader(), if used. This would be use
    [all...]
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h 257 /* compression strategy; see deflateInit2() below for details */
587 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
639 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
643 set to null if there is no error message. deflateInit2 does not perform any
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zlib.h 261 /* compression strategy; see deflateInit2() below for details */
591 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
643 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
647 set to null if there is no error message. deflateInit2 does not perform any
657 function must be called immediately after deflateInit, deflateInit2 or
    [all...]

Completed in 267 milliseconds

1 2 34