Home | History | Annotate | Download | only in old

Lines Matching full:deflatesetdictionary

607 <li> int  <a href="#deflateSetDictionary">deflateSetDictionary</a> (<a href="#z_streamp">z_streamp</a> strm, const Bytef *dictionary, uInt  dictLength);
656 <font color="Blue"><dt> int <a name="deflateSetDictionary">deflateSetDictionary</a> (<a href="#z_streamp">z_streamp</a> strm, const Bytef *dictionary, uInt dictLength);</font>
683 <a href="#deflateSetDictionary">deflateSetDictionary</a> returns <a href="#Z_OK">Z_OK</a> if success, or <a href="#Z_STREAM_ERROR">Z_STREAM_ERROR</a> if a
686 or if the compression method is bsort). <a href="#deflateSetDictionary">deflateSetDictionary</a> does not
760 dictionary (see <a href="#deflateSetDictionary">deflateSetDictionary</a>).<p>