/third_party/libwebsockets/win32port/zlib/ |
D | deflate.c | 290 s->pending_buf = (uchf *) overlay; 294 s->pending_buf == Z_NULL) { 301 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; 369 s->pending_out = s->pending_buf; 589 strm->state->pending_out = strm->state->pending_buf; 658 strm->adler = crc32(strm->adler, s->pending_buf, 701 strm->adler = crc32(strm->adler, s->pending_buf + beg, 712 strm->adler = crc32(strm->adler, s->pending_buf + beg, 730 strm->adler = crc32(strm->adler, s->pending_buf + beg, 743 strm->adler = crc32(strm->adler, s->pending_buf + beg, [all …]
|
D | deflate.h | 97 Bytef *pending_buf; /* output still pending */ member 275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
|
/third_party/uboot/u-boot-2020.01/lib/zlib/ |
D | deflate.c | 291 s->pending_buf = (uchf *) overlay; 295 s->pending_buf == Z_NULL) { 302 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; 370 s->pending_out = s->pending_buf; 578 strm->state->pending_out = strm->state->pending_buf; 645 strm->adler = crc32(strm->adler, s->pending_buf, 688 strm->adler = crc32(strm->adler, s->pending_buf + beg, 699 strm->adler = crc32(strm->adler, s->pending_buf + beg, 717 strm->adler = crc32(strm->adler, s->pending_buf + beg, 730 strm->adler = crc32(strm->adler, s->pending_buf + beg, [all …]
|
D | deflate.h | 97 Bytef *pending_buf; /* output still pending */ member 275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
|
/third_party/zlib/ |
D | deflate.c | 363 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4); 367 s->pending_buf == Z_NULL) { 373 s->sym_buf = s->pending_buf + s->lit_bufsize; 519 s->pending_out = s->pending_buf; 785 s->pending_out = s->pending_buf; 795 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ 931 strm->adler = crc32(strm->adler, s->pending_buf, 943 zmemcpy(s->pending_buf + s->pending, 956 zmemcpy(s->pending_buf + s->pending, 1123 TRY_FREE(strm, strm->state->pending_buf); [all …]
|
D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ member 276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
D | trees.c | 873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | deflate.c | 330 s->pending_buf = (uchf *) overlay; 334 s->pending_buf == Z_NULL) { 341 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; 482 s->pending_out = s->pending_buf; 748 s->pending_out = s->pending_buf; 758 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ 894 strm->adler = crc32(strm->adler, s->pending_buf, 906 zmemcpy(s->pending_buf + s->pending, 919 zmemcpy(s->pending_buf + s->pending, 1086 TRY_FREE(strm, strm->state->pending_buf); [all …]
|
D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ member 281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
D | trees.c | 873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
|
/third_party/node/deps/zlib/ |
D | deflate.c | 367 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4); 371 s->pending_buf == Z_NULL) { 377 s->sym_buf = s->pending_buf + s->lit_bufsize; 519 s->pending_out = s->pending_buf; 785 s->pending_out = s->pending_buf; 795 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ 931 strm->adler = crc32(strm->adler, s->pending_buf, 943 zmemcpy(s->pending_buf + s->pending, 956 zmemcpy(s->pending_buf + s->pending, 1124 TRY_FREE(strm, strm->state->pending_buf); [all …]
|
D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ member 276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
D | trees.c | 873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.c | 376 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4); 380 s->pending_buf == Z_NULL) { 386 s->sym_buf = s->pending_buf + s->lit_bufsize; 528 s->pending_out = s->pending_buf; 794 s->pending_out = s->pending_buf; 804 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ 940 strm->adler = crc32(strm->adler, s->pending_buf, 952 zmemcpy(s->pending_buf + s->pending, 965 zmemcpy(s->pending_buf + s->pending, 1133 TRY_FREE(strm, strm->state->pending_buf); [all …]
|
D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ member 276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
D | trees.c | 873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | deflate.c | 330 s->pending_buf = (uchf *) overlay; 334 s->pending_buf == Z_NULL) { 341 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; 482 s->pending_out = s->pending_buf; 748 s->pending_out = s->pending_buf; 758 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ 894 strm->adler = crc32(strm->adler, s->pending_buf, 906 zmemcpy(s->pending_buf + s->pending, 919 zmemcpy(s->pending_buf + s->pending, 1086 TRY_FREE(strm, strm->state->pending_buf); [all …]
|
D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ member 281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
D | trees.c | 873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | deflate.c | 416 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4); 420 s->pending_buf == Z_NULL) { 426 s->sym_buf = s->pending_buf + s->lit_bufsize; 568 s->pending_out = s->pending_buf; 834 s->pending_out = s->pending_buf; 844 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ 980 strm->adler = crc32(strm->adler, s->pending_buf, 992 zmemcpy(s->pending_buf + s->pending, 1005 zmemcpy(s->pending_buf + s->pending, 1173 TRY_FREE(strm, strm->state->pending_buf); [all …]
|
D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ member 276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
D | trees.c | 873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
|
/third_party/boost/boost/beast/zlib/detail/ |
D | deflate_stream.ipp | 1199 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */ 1818 window to pending_buf. 1825 /* Stored blocks are limited to 0xffff bytes, pending_buf is limited 1854 /* Emit a stored block if pending_buf will be full: */
|