Home
last modified time | relevance | path

Searched refs:dictLength (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/lib/libz/
Dzlib.h616 uInt dictLength);
660 uInt *dictLength);
905 uInt dictLength);
928 uInt *dictLength);
Dinflate.c1366 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()
Ddeflate.c547 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/
Dzlib.h613 uInt dictLength);
657 uInt *dictLength);
890 uInt dictLength);
913 uInt *dictLength);
Dinflate.c1279 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()
Ddeflate.c551 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/
Dzlib.h616 uInt dictLength);
660 uInt *dictLength);
905 uInt dictLength);
928 uInt *dictLength);
Dinflate.c1365 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()
Ddeflate.c547 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()