Searched refs:pending_out (Results 1 – 3 of 3) sorted by relevance
78 Byte *pending_out; /* next pending byte to output to the stream */ member430 memcpy(strm->next_out, s->pending_out, len); in flush_pending()433 s->pending_out += len; in flush_pending()438 s->pending_out = s->pending_buf; in flush_pending()
297 s->pending_out = s->pending_buf; in zlib_deflateReset()
92 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()93 state->pending_out = state->pending_buf; in send_eobs()
Completed in 7 milliseconds