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

/freebsd-10.1-release/lib/libz/
H A DSymbol.map36 deflateSetDictionary;
H A Dzconf.h51 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h587 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
828 deflateSetDictionary). For raw inflate, this function can be called at any
H A Ddeflate.c323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) function
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h76 #define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h540 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
572 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
575 or if the compression method is bsort). deflateSetDictionary does not
747 deflateSetDictionary). For raw inflate, this function can be called
H A Ddeflate.c321 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) function
/freebsd-10.1-release/sys/net/
H A Dzlib.h81 # define deflateSetDictionary z_deflateSetDictionary macro
651 extern int EXPORT deflateSetDictionary OF((z_streamp strm,
673 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
676 stream). deflateSetDictionary does not perform any compression: this will
783 dictionary (see deflateSetDictionary).
H A Dzlib.c833 int deflateSetDictionary (strm, dictionary, dictLength) function
/freebsd-10.1-release/lib/libz/test/
H A Dexample.c471 err = deflateSetDictionary(&c_stream,
473 CHECK_ERR(err, "deflateSetDictionary");

Completed in 174 milliseconds