Searched refs:pending_out (Results 1 – 4 of 4) sorted by relevance
379 s->pending_out = s->pending_buf;546 zmemcpy(strm->next_out, strm->state->pending_out, len);548 strm->state->pending_out += len;553 strm->state->pending_out = strm->state->pending_buf;943 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
368 Bytef *pending_out; /* next pending byte to output to the stream */ member1012 s->pending_out = s->pending_buf;1101 zmemcpy(strm->next_out, s->pending_out, len);1104 s->pending_out += len;1109 s->pending_out = s->pending_buf;1348 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
220 Bytef *pending_out; /* next pending byte to output to the stream */ member678 s->pending_out = s->pending_buf;718 zmemcpy(strm->next_out, state->pending_out, len);721 state->pending_out += len;726 state->pending_out = state->pending_buf;