Searched refs:pending_buf (Results 1 – 14 of 14) sorted by relevance
/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/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/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/zlib/ |
D | deflate.c | 366 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4); 370 s->pending_buf == Z_NULL) { 376 s->sym_buf = s->pending_buf + s->lit_bufsize; 522 s->pending_out = s->pending_buf; 789 s->pending_out = s->pending_buf; 799 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ 937 strm->adler = crc32(strm->adler, s->pending_buf, 949 zmemcpy(s->pending_buf + s->pending, 962 zmemcpy(s->pending_buf + s->pending, 1129 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 | 874 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);
|