HomeSort by relevance Sort by last modified time
    Searched refs:deflateSetDictionary (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium/third_party/zlib/
mozzconf.h 54 #define deflateSetDictionary MOZ_Z_deflateSetDictionary
zconf.h 26 # define deflateSetDictionary z_deflateSetDictionary
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...]
  /libcore/luni/src/main/native/
zip.h 63 err = deflateSetDictionary(&stream, dictionary, len);
  /development/ndk/platforms/android-3/include/
zconf.h 23 # define deflateSetDictionary z_deflateSetDictionary
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/sdch/open-vcdiff/src/
zconf.h 23 # define deflateSetDictionary z_deflateSetDictionary
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/qemu/distrib/zlib-1.2.3/
zconf.h 23 # define deflateSetDictionary z_deflateSetDictionary
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/zlib/
zconf.in.h 23 # define deflateSetDictionary z_deflateSetDictionary
zconf.h 45 # define deflateSetDictionary z_deflateSetDictionary
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zconf.h 23 # define deflateSetDictionary z_deflateSetDictionary
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...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zconf.h 23 # define deflateSetDictionary z_deflateSetDictionary
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...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zconf.h 23 # define deflateSetDictionary z_deflateSetDictionary
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...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zconf.h 23 # define deflateSetDictionary z_deflateSetDictionary
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...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zconf.h 23 # define deflateSetDictionary z_deflateSetDictionary
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...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zconf.h 23 # define deflateSetDictionary z_deflateSetDictionary
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/zlib/contrib/pascal/
zlibpas.pas 94 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
171 function deflateSetDictionary; external;

Completed in 252 milliseconds

1 2