Searched refs:pending_buf (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | deflate.c | 290 s->pending_buf = (uchf *) overlay; 294 s->pending_buf == Z_NULL) { 301 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; 369 s->pending_out = s->pending_buf; 577 strm->state->pending_out = strm->state->pending_buf; 644 strm->adler = crc32(strm->adler, s->pending_buf, 687 strm->adler = crc32(strm->adler, s->pending_buf + beg, 698 strm->adler = crc32(strm->adler, s->pending_buf + beg, 716 strm->adler = crc32(strm->adler, s->pending_buf + beg, 729 strm->adler = crc32(strm->adler, s->pending_buf + beg, [all …]
|
| H A D | deflate.h | 97 Bytef *pending_buf; /* output still pending */ member 275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
|