Searched refs:dictLength (Results 1 – 11 of 11) sorted by relevance
/external/zlib/src/ |
D | inflate.c | 1268 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);
|
D | zlib.h | 589 uInt dictLength)); 821 uInt dictLength)); 844 uInt *dictLength));
|
D | deflate.c | 323 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/ |
D | zlib.h | 589 uInt dictLength)); 821 uInt dictLength)); 844 uInt *dictLength));
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_inflate.c | 1271 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()
|
D | zlib.h | 658 uInt dictLength)); 890 uInt dictLength)); 913 uInt *dictLength));
|
D | fx_zlib_deflate.c | 325 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/ |
D | zlibpas.pas | 117 dictLength: Integer): Integer; 128 dictLength: Integer): Integer;
|
/external/pdfium/core/include/thirdparties/zlib/ |
D | zlib.h | 654 uInt dictLength)); 886 uInt dictLength)); 909 uInt *dictLength));
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 136 dictLength : UInt) 153 dictLength : UInt)
|
/external/zlib/src/as400/ |
D | zlib.inc | 322 D dictLength 10U 0 value Dictionary length 360 D dictLength 10U 0 value Dictionary length 366 D dictLength 10U 0 Dictionary length
|