Searched refs:deflateSetDictionary (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzconf.h50 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h562 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
594 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
597 or if the compression method is bsort). deflateSetDictionary does not
769 deflateSetDictionary). For raw inflate, this function can be called
H A Ddeflate.c339 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) function
/openjdk7/jdk/src/share/native/java/util/zip/
H A DDeflater.c103 res = deflateSetDictionary((z_stream *)jlong_to_ptr(addr), buf + off, len);

Completed in 46 milliseconds