Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.h105 Bytef *pending_out; /* next pending byte to output to the stream */ member
H A Ddeflate.c485 s->pending_out = s->pending_buf;
555 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
744 zmemcpy(strm->next_out, s->pending_out, len);
746 s->pending_out += len;
751 s->pending_out = s->pending_buf;
1148 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);