Searched refs:pending_out (Results 1 – 2 of 2) sorted by relevance
268 s->pending_out = s->pending_buf; in zlib_deflateReset()314 memcpy(strm->next_out, s->pending_out, len); in flush_pending()317 s->pending_out += len; in flush_pending()322 s->pending_out = s->pending_buf; in flush_pending()
76 Byte *pending_out; /* next pending byte to output to the stream */ member