Searched refs:dictLength (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/lib/libz/ |
| D | zlib.h | 616 uInt dictLength); 660 uInt *dictLength); 905 uInt dictLength); 928 uInt *dictLength);
|
| D | inflate.c | 1366 uInt *dictLength) { in inflateGetDictionary() argument 1380 if (dictLength != Z_NULL) in inflateGetDictionary() 1381 *dictLength = state->whave; in inflateGetDictionary() 1386 uInt dictLength) { in inflateSetDictionary() argument 1400 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary() 1407 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
|
| D | deflate.c | 547 uInt dictLength) { in deflateSetDictionary() argument 563 strm->adler = adler32(strm->adler, dictionary, dictLength); in deflateSetDictionary() 567 if (dictLength >= s->w_size) { in deflateSetDictionary() 574 dictionary += dictLength - s->w_size; /* use the tail */ in deflateSetDictionary() 575 dictLength = s->w_size; in deflateSetDictionary() 581 strm->avail_in = dictLength; in deflateSetDictionary() 613 uInt *dictLength) { in deflateGetDictionary() argument 625 if (dictLength != Z_NULL) in deflateGetDictionary() 626 *dictLength = len; in deflateGetDictionary()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| D | zlib.h | 613 uInt dictLength); 657 uInt *dictLength); 890 uInt dictLength); 913 uInt *dictLength);
|
| D | inflate.c | 1279 uInt *dictLength) { in inflateGetDictionary() argument 1293 if (dictLength != Z_NULL) in inflateGetDictionary() 1294 *dictLength = state->whave; in inflateGetDictionary() 1299 uInt dictLength) { in inflateSetDictionary() argument 1313 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary() 1320 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
|
| D | deflate.c | 551 uInt dictLength) { in deflateSetDictionary() argument 567 strm->adler = adler32(strm->adler, dictionary, dictLength); in deflateSetDictionary() 571 if (dictLength >= s->w_size) { in deflateSetDictionary() 578 dictionary += dictLength - s->w_size; /* use the tail */ in deflateSetDictionary() 579 dictLength = s->w_size; in deflateSetDictionary() 585 strm->avail_in = dictLength; in deflateSetDictionary() 617 uInt *dictLength) { in deflateGetDictionary() argument 629 if (dictLength != Z_NULL) in deflateGetDictionary() 630 *dictLength = len; in deflateGetDictionary()
|
| /openbsd/src/sys/lib/libz/ |
| D | zlib.h | 616 uInt dictLength); 660 uInt *dictLength); 905 uInt dictLength); 928 uInt *dictLength);
|
| D | inflate.c | 1365 uInt *dictLength) { in inflateGetDictionary() argument 1379 if (dictLength != Z_NULL) in inflateGetDictionary() 1380 *dictLength = state->whave; in inflateGetDictionary() 1385 uInt dictLength) { in inflateSetDictionary() argument 1399 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary() 1406 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
|
| D | deflate.c | 547 uInt dictLength) { in deflateSetDictionary() argument 563 strm->adler = adler32(strm->adler, dictionary, dictLength); in deflateSetDictionary() 567 if (dictLength >= s->w_size) { in deflateSetDictionary() 574 dictionary += dictLength - s->w_size; /* use the tail */ in deflateSetDictionary() 575 dictLength = s->w_size; in deflateSetDictionary() 581 strm->avail_in = dictLength; in deflateSetDictionary() 613 uInt *dictLength) { in deflateGetDictionary() argument 625 if (dictLength != Z_NULL) in deflateGetDictionary() 626 *dictLength = len; in deflateGetDictionary()
|