Home
last modified time | relevance | path

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

/third_party/node/deps/zlib/
H A 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()
H A Ddeflate.h109 Bytef *pending_out; /* next pending byte to output to the stream */ member
/third_party/zlib/
H A Ddeflate.c652 s->pending_out = s->pending_buf; in deflateResetKeep()
736 (uchf *)s->d_buf < s->pending_out + ((Buf_size + 7) >> 3)) in deflatePrime()
740 s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3)) in deflatePrime()
932 zmemcpy(strm->next_out, s->pending_out, len); in flush_pending()
934 s->pending_out += len; in flush_pending()
939 s->pending_out = s->pending_buf; in flush_pending()
1330 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); in deflateCopy()
H A Ddeflate.h109 Bytef *pending_out; /* next pending byte to output to the stream */ member
/third_party/node/deps/v8/third_party/zlib/
H A 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);
H A Ddeflate.h105 Bytef *pending_out; /* next pending byte to output to the stream */ member
/third_party/skia/third_party/externals/zlib/
H A 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);
H A Ddeflate.h105 Bytef *pending_out; /* next pending byte to output to the stream */ member
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c406 s->pending_out = s->pending_buf;
619 zmemcpy(strm->next_out, strm->state->pending_out, len);
621 strm->state->pending_out += len;
626 strm->state->pending_out = strm->state->pending_buf;
1020 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
H A Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member

Completed in 19 milliseconds