Searched refs:deflateSetDictionary (Results 1 – 9 of 9) sorted by relevance
65 deflateSetDictionary;
92 …ter `deflateInit()`or `deflateReset()` and before `deflate()` or `deflateSetDictionary()`. The fun…131 - deflateSetDictionary
343 return deflateSetDictionary(strm, dictionary, dictLength); in z_deflateSetDictionary()
82 # define deflateSetDictionary z_deflateSetDictionary macro
618 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
63 # define deflateSetDictionary z_deflateSetDictionary macro
409 - Allow deflateSetDictionary, inflateSetDictionary at any time (in raw)720 - Fix deflateSetDictionary() to use all 32K for output consistency732 - Fix typos in zlib.h comments for deflateSetDictionary()857 - Note in zlib.h how much deflateSetDictionary() actually uses1401 - add advice in zlib.h for best usage of deflateSetDictionary
559 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary() function
425 err = deflateSetDictionary(&c_stream, in test_dict_deflate()