Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member
H A Ddeflate.c369 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);