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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzconf.h23 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h444 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
473 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
476 or if the compression method is bsort). deflateSetDictionary does not
562 dictionary (see deflateSetDictionary).
H A Dexample.c434 err = deflateSetDictionary(&c_stream,
436 CHECK_ERR(err, "deflateSetDictionary");
H A Ddeflate.c290 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) function

Completed in 14 milliseconds