Home
last modified time | relevance | path

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

/external/zlib/src/
Dinflate.c1268 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument
1271 uInt *dictLength;
1286 if (dictLength != Z_NULL)
1287 *dictLength = state->whave;
1291 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
1294 uInt dictLength;
1309 dictid = adler32(dictid, dictionary, dictLength);
1316 ret = updatewindow(strm, dictionary + dictLength, dictLength);
Dzlib.h589 uInt dictLength));
821 uInt dictLength));
844 uInt *dictLength));
Ddeflate.c323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
326 uInt dictLength;
343 strm->adler = adler32(strm->adler, dictionary, dictLength);
347 if (dictLength >= s->w_size) {
354 dictionary += dictLength - s->w_size; /* use the tail */
355 dictLength = s->w_size;
361 strm->avail_in = dictLength;
/external/zlib/
Dzlib.h589 uInt dictLength));
821 uInt dictLength));
844 uInt *dictLength));
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_inflate.c1271 uInt *dictLength) in inflateGetDictionary() argument
1286 if (dictLength != Z_NULL) in inflateGetDictionary()
1287 *dictLength = state->whave; in inflateGetDictionary()
1294 uInt dictLength) in inflateSetDictionary() argument
1310 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary()
1317 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
Dzlib.h658 uInt dictLength));
890 uInt dictLength));
913 uInt *dictLength));
Dfx_zlib_deflate.c325 uInt dictLength) in deflateSetDictionary() argument
342 strm->adler = adler32(strm->adler, dictionary, dictLength); in deflateSetDictionary()
346 if (dictLength >= s->w_size) { in deflateSetDictionary()
353 dictionary += dictLength - s->w_size; /* use the tail */ in deflateSetDictionary()
354 dictLength = s->w_size; in deflateSetDictionary()
360 strm->avail_in = dictLength; in deflateSetDictionary()
/external/zlib/src/contrib/pascal/
Dzlibpas.pas117 dictLength: Integer): Integer;
128 dictLength: Integer): Integer;
/external/pdfium/core/include/thirdparties/zlib/
Dzlib.h654 uInt dictLength));
886 uInt dictLength));
909 uInt *dictLength));
/external/zlib/src/contrib/ada/
Dzlib-thin.ads136 dictLength : UInt)
153 dictLength : UInt)
/external/zlib/src/as400/
Dzlib.inc322 D dictLength 10U 0 value Dictionary length
360 D dictLength 10U 0 value Dictionary length
366 D dictLength 10U 0 Dictionary length