Home
last modified time | relevance | path

Searched defs:dictLength (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/common/dist/zlib/
Dinflate.c1288 uInt *dictLength) { in inflateGetDictionary()
1308 uInt dictLength) { in inflateSetDictionary()
Ddeflate.c553 uInt dictLength) { in deflateSetDictionary()
619 uInt *dictLength) { in deflateGetDictionary()
/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Dinflate.c1196 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
Ddeflate.c321 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dzlib.c2055 inflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength) in inflateSetDictionary()