Searched refs:pending_out (Results 1 – 6 of 6) sorted by relevance
482 s->pending_out = s->pending_buf;552 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))741 zmemcpy(strm->next_out, s->pending_out, len);743 s->pending_out += len;748 s->pending_out = s->pending_buf;1145 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
105 Bytef *pending_out; /* next pending byte to output to the stream */ member
369 s->pending_out = s->pending_buf;570 zmemcpy(strm->next_out, strm->state->pending_out, len);572 strm->state->pending_out += len;577 strm->state->pending_out = strm->state->pending_buf;971 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
99 Bytef *pending_out; /* next pending byte to output to the stream */ member