Searched refs:pending_buf (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/zlib/ |
D | deflate.c | 535 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 5); in deflateInit2_() 537 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4); in deflateInit2_() 542 s->pending_buf == Z_NULL) { in deflateInit2_() 549 s->d_buf = (ushf *)(s->pending_buf + (s->lit_bufsize << 1)); in deflateInit2_() 550 s->l_buf = s->pending_buf + (s->lit_bufsize << 2); in deflateInit2_() 553 s->sym_buf = s->pending_buf + s->lit_bufsize; in deflateInit2_() 686 s->pending_out = s->pending_buf; in deflateResetKeep() 969 s->pending_out = s->pending_buf; in flush_pending() 979 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ 1114 strm->adler = crc32(strm->adler, s->pending_buf, in deflate() [all …]
|
D | deflate.h | 107 Bytef *pending_buf; /* output still pending */ member 290 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
D | trees.c | 865 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len); in _tr_stored_block()
|
/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/zlib/ |
D | deflate.c | 362 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4); 366 s->pending_buf == Z_NULL) { 372 s->sym_buf = s->pending_buf + s->lit_bufsize; 518 s->pending_out = s->pending_buf; 800 s->pending_out = s->pending_buf; 810 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ 948 strm->adler = crc32(strm->adler, s->pending_buf, 960 zmemcpy(s->pending_buf + s->pending, 973 zmemcpy(s->pending_buf + s->pending, 1140 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/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/v8/third_party/zlib/ |
D | deflate.c | 381 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4); 385 s->pending_buf == Z_NULL) { 391 s->sym_buf = s->pending_buf + s->lit_bufsize; 533 s->pending_out = s->pending_buf; 800 s->pending_out = s->pending_buf; 810 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ 948 strm->adler = crc32(strm->adler, s->pending_buf, 960 zmemcpy(s->pending_buf + s->pending, 973 zmemcpy(s->pending_buf + s->pending, 1141 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);
|