Home
last modified time | relevance | path

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

/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/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/zlib/
Ddeflate.c367 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 …]
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/zlib/
Ddeflate.c366 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 …]
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/flutter/skia/third_party/externals/zlib/
Ddeflate.c416 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 …]
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);