/third_party/node/deps/zlib/ |
D | zlib.h | 611 uInt dictLength); 655 uInt *dictLength); 887 uInt dictLength); 910 uInt *dictLength);
|
D | inflate.c | 1281 uInt *dictLength) { in inflateGetDictionary() argument 1295 if (dictLength != Z_NULL) in inflateGetDictionary() 1296 *dictLength = state->whave; in inflateGetDictionary() 1301 uInt dictLength) { in inflateSetDictionary() argument 1315 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary() 1322 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
|
D | deflate.c | 584 uInt dictLength) { in deflateSetDictionary() argument 600 strm->adler = adler32(strm->adler, dictionary, dictLength); in deflateSetDictionary() 604 if (dictLength >= s->w_size) { in deflateSetDictionary() 611 dictionary += dictLength - s->w_size; /* use the tail */ in deflateSetDictionary() 612 dictLength = s->w_size; in deflateSetDictionary() 618 strm->avail_in = dictLength; in deflateSetDictionary() 646 uInt *dictLength) { in deflateGetDictionary() argument 658 if (dictLength != Z_NULL) in deflateGetDictionary() 659 *dictLength = len; in deflateGetDictionary()
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
D | inflate.c | 1314 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1317 uInt *dictLength; 1332 if (dictLength != Z_NULL) 1333 *dictLength = state->whave; 1337 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1340 uInt dictLength; 1355 dictid = adler32(dictid, dictionary, dictLength); 1362 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
D | inflate.c | 1314 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1317 uInt *dictLength; 1332 if (dictLength != Z_NULL) 1333 *dictLength = state->whave; 1337 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1340 uInt dictLength; 1355 dictid = adler32(dictid, dictionary, dictLength); 1362 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|
/third_party/skia/third_party/externals/zlib/ |
D | inflate.c | 1294 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1297 uInt *dictLength; 1312 if (dictLength != Z_NULL) 1313 *dictLength = state->whave; 1317 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1320 uInt dictLength; 1335 dictid = adler32(dictid, dictionary, dictLength); 1342 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|
D | zlib.h | 613 uInt dictLength)); 657 uInt *dictLength)); 886 uInt dictLength)); 909 uInt *dictLength));
|
D | deflate.c | 426 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 429 uInt dictLength; 446 strm->adler = adler32(strm->adler, dictionary, dictLength); 450 if (dictLength >= s->w_size) { 457 dictionary += dictLength - s->w_size; /* use the tail */ 458 dictLength = s->w_size; 464 strm->avail_in = dictLength; 491 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument 494 uInt *dictLength; 507 if (dictLength != Z_NULL) [all …]
|
/third_party/zlib/ |
D | inflate.c | 1318 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1321 uInt *dictLength; 1336 if (dictLength != Z_NULL) 1337 *dictLength = state->whave; 1341 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1344 uInt dictLength; 1359 dictid = adler32(dictid, dictionary, dictLength); 1366 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|
D | zlib.h | 612 uInt dictLength)); 656 uInt *dictLength)); 888 uInt dictLength)); 911 uInt *dictLength));
|
D | deflate.c | 412 int ZEXPORT deflateSetDictionary(strm, dictionary, dictLength) in deflateSetDictionary() argument 415 uInt dictLength; 432 strm->adler = adler32(strm->adler, dictionary, dictLength); 436 if (dictLength >= s->w_size) { 443 dictionary += dictLength - s->w_size; /* use the tail */ 444 dictLength = s->w_size; 450 strm->avail_in = dictLength; 481 int ZEXPORT deflateGetDictionary(strm, dictionary, dictLength) in deflateGetDictionary() argument 484 uInt *dictLength; 497 if (dictLength != Z_NULL) [all …]
|
/third_party/node/deps/v8/third_party/zlib/ |
D | inflate.c | 1294 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1297 uInt *dictLength; 1312 if (dictLength != Z_NULL) 1313 *dictLength = state->whave; 1317 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1320 uInt dictLength; 1335 dictid = adler32(dictid, dictionary, dictLength); 1342 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|
D | zlib.h | 612 uInt dictLength)); 656 uInt *dictLength)); 888 uInt dictLength)); 911 uInt *dictLength));
|
D | deflate.c | 431 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 434 uInt dictLength; 451 strm->adler = adler32(strm->adler, dictionary, dictLength); 455 if (dictLength >= s->w_size) { 462 dictionary += dictLength - s->w_size; /* use the tail */ 463 dictLength = s->w_size; 469 strm->avail_in = dictLength; 496 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument 499 uInt *dictLength; 512 if (dictLength != Z_NULL) [all …]
|
/third_party/libwebsockets/win32port/zlib/ |
D | inflate.c | 1252 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1255 uInt dictLength; 1269 id = adler32(id, dictionary, dictLength); 1279 if (dictLength > state->wsize) { 1280 zmemcpy(state->window, dictionary + dictLength - state->wsize, 1285 zmemcpy(state->window + state->wsize - dictLength, dictionary, 1286 dictLength); 1287 state->whave = dictLength;
|
D | zlib.h | 580 uInt dictLength)); 786 uInt dictLength));
|
D | deflate.c | 311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 314 uInt dictLength; 317 uInt length = dictLength; 328 strm->adler = adler32(strm->adler, dictionary, dictLength); 333 dictionary += dictLength - length; /* use the tail of the dictionary */
|
/third_party/zlib/contrib/pascal/ |
D | zlibpas.pas | 117 dictLength: Integer): Integer; 128 dictLength: Integer): Integer;
|
/third_party/node/deps/zlib/contrib/optimizations/ |
D | inflate.c | 1314 uInt *dictLength) { in inflateGetDictionary() argument 1328 if (dictLength != Z_NULL) in inflateGetDictionary() 1329 *dictLength = state->whave; in inflateGetDictionary() 1334 uInt dictLength) { in inflateSetDictionary() argument 1348 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary() 1355 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
|
/third_party/zlib/contrib/ada/ |
D | zlib-thin.ads | 136 dictLength : UInt) 153 dictLength : UInt)
|
/third_party/zlib/os400/ |
D | zlib.inc | 344 D dictLength 10U 0 value Dictionary length 389 D dictLength 10U 0 value Dictionary length 395 D dictLength 10U 0 Dictionary length 401 D dictLength 10U 0 Dictionary length
|
/third_party/skia/third_party/externals/zlib/patches/ |
D | 0001-simd.patch | 671 @@ -418,11 +453,7 @@ int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
|
/third_party/node/deps/zlib/patches/ |
D | 0001-simd.patch | 671 @@ -418,11 +453,7 @@ int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
|
/third_party/node/deps/v8/third_party/zlib/patches/ |
D | 0001-simd.patch | 671 @@ -418,11 +453,7 @@ int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
|