HomeSort by relevance Sort by last modified time
    Searched refs:deflateSetDictionary (Results 101 - 123 of 123) sorted by null

1 2 3 45

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
zlib.h 538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
573 or if the compression method is bsort). deflateSetDictionary does not
    [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
zlib.h 538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
573 or if the compression method is bsort). deflateSetDictionary does not
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
zlib.h 538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
573 or if the compression method is bsort). deflateSetDictionary does not
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
zlib.h 538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
573 or if the compression method is bsort). deflateSetDictionary does not
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
zlib.h 538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
573 or if the compression method is bsort). deflateSetDictionary does not
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
zlib.h 538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
573 or if the compression method is bsort). deflateSetDictionary does not
    [all...]
  /external/chromium_org/third_party/zlib/
zlib.h 583 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
615 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
618 or if the compression method is bsort). deflateSetDictionary does not
    [all...]
deflate.c 315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
    [all...]
  /external/zlib/src/contrib/pascal/
example.pas 461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
462 CHECK_ERR(err, 'deflateSetDictionary');
  /external/zlib/src/examples/
gzappend.c 370 deflateSetDictionary(strm, window, have);
gzlog.c 638 deflateSetDictionary(&strm, buf, (uint)dict);
    [all...]
  /external/zlib/src/
zlib.h 587 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
624 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
627 or if not at a block boundary for raw deflate). deflateSetDictionary does
    [all...]
zconf.h.cmakein 53 # define deflateSetDictionary z_deflateSetDictionary
zconf.h.in 51 # define deflateSetDictionary z_deflateSetDictionary
deflate.c 323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 545 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
577 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
580 or if the compression method is bsort). deflateSetDictionary does not
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 545 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
577 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
580 or if the compression method is bsort). deflateSetDictionary does not
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 545 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
577 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
580 or if the compression method is bsort). deflateSetDictionary does not
    [all...]
  /external/zlib/src/test/
example.c 471 err = deflateSetDictionary(&c_stream,
473 CHECK_ERR(err, "deflateSetDictionary");
  /external/chromium_org/net/quic/crypto/
cert_compressor.cc 488 rv = deflateSetDictionary(&z, reinterpret_cast<const uint8*>(&zlib_dict[0]),
  /external/chromium/net/spdy/
spdy_framer.cc     [all...]
  /external/chromium_org/net/spdy/
spdy_framer.cc     [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
    [all...]

Completed in 651 milliseconds

1 2 3 45