Home
last modified time | relevance | path

Searched refs:pending_buf (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/zlib/
Ddeflate.c535 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 …]
Ddeflate.h107 Bytef *pending_buf; /* output still pending */ member
290 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
Dtrees.c865 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len); in _tr_stored_block()
/third_party/libwebsockets/win32port/zlib/
Ddeflate.c290 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 …]
Ddeflate.h97 Bytef *pending_buf; /* output still pending */ member
275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/third_party/zlib/
Ddeflate.c362 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 …]
Ddeflate.h103 Bytef *pending_buf; /* output still pending */ member
276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
Dtrees.c874 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
/third_party/skia/third_party/externals/zlib/
Ddeflate.c376 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 …]
Ddeflate.h103 Bytef *pending_buf; /* output still pending */ member
276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
Dtrees.c873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
/third_party/node/deps/v8/third_party/zlib/
Ddeflate.c381 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 …]
Ddeflate.h103 Bytef *pending_buf; /* output still pending */ member
276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
Dtrees.c874 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);