Searched defs:dictLength (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/zlib-1.2/ |
H A D | inflate.c | 1291 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1314 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
H A D | deflate.c | 376 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 445 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument
|
/dflybsd-src/sys/net/ |
H A D | zlib.c | 828 deflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength) in deflateSetDictionary() 3340 inflateSetDictionary(z_streamp z, const Bytef *dictionary, uInt dictLength)
|