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

12

  /external/zlib/contrib/pascal/
example.pas 461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
462 CHECK_ERR(err, 'deflateSetDictionary');
  /external/zlib/examples/
gzappend.c 368 deflateSetDictionary(strm, window, have);
gzlog.c 638 deflateSetDictionary(&strm, buf, (uint)dict);
    [all...]
  /external/zlib/
zlib.h 578 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
610 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
613 or if the compression method is bsort). deflateSetDictionary does not
    [all...]
zconf.h.cmakein 47 # define deflateSetDictionary z_deflateSetDictionary
zconf.h.in 45 # define deflateSetDictionary z_deflateSetDictionary
example.c 440 err = deflateSetDictionary(&c_stream,
442 CHECK_ERR(err, "deflateSetDictionary");
deflate.c 311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
    [all...]
  /external/chromium/net/flip/
flip_framer.cc 571 success = deflateSetDictionary(compressor_.get(),
  /external/chromium/third_party/zlib/
deflate.c 315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
    [all...]

Completed in 254 milliseconds

12