Home
last modified time | relevance | path

Searched refs:pending_out (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/zlib/
Ddeflate.c686 s->pending_out = s->pending_buf; in deflateResetKeep()
769 (uchf *)s->d_buf < s->pending_out + ((Buf_size + 7) >> 3)) in deflatePrime()
773 s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3)) in deflatePrime()
962 zmemcpy(strm->next_out, s->pending_out, len); in flush_pending()
964 s->pending_out += len; in flush_pending()
969 s->pending_out = s->pending_buf; in flush_pending()
1369 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); in deflateCopy()
Ddeflate.h109 Bytef *pending_out; /* next pending byte to output to the stream */ member
/third_party/zlib/
Ddeflate.c518 s->pending_out = s->pending_buf;
589 s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3))
793 zmemcpy(strm->next_out, s->pending_out, len);
795 s->pending_out += len;
800 s->pending_out = s->pending_buf;
1197 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
Ddeflate.h105 Bytef *pending_out; /* next pending byte to output to the stream */ member
/third_party/skia/third_party/externals/zlib/
Ddeflate.c528 s->pending_out = s->pending_buf;
598 if (s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3))
787 zmemcpy(strm->next_out, s->pending_out, len);
789 s->pending_out += len;
794 s->pending_out = s->pending_buf;
1190 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
Ddeflate.h105 Bytef *pending_out; /* next pending byte to output to the stream */ member
/third_party/node/deps/v8/third_party/zlib/
Ddeflate.c533 s->pending_out = s->pending_buf;
604 s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3))
793 zmemcpy(strm->next_out, s->pending_out, len);
795 s->pending_out += len;
800 s->pending_out = s->pending_buf;
1198 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
Ddeflate.h105 Bytef *pending_out; /* next pending byte to output to the stream */ member
/third_party/libwebsockets/win32port/zlib/
Ddeflate.c369 s->pending_out = s->pending_buf;
582 zmemcpy(strm->next_out, strm->state->pending_out, len);
584 strm->state->pending_out += len;
589 strm->state->pending_out = strm->state->pending_buf;
985 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member