Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Ddeflate.c291 s->pending_buf = (uchf *) overlay;
295 s->pending_buf == Z_NULL) {
302 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
370 s->pending_out = s->pending_buf;
578 strm->state->pending_out = strm->state->pending_buf;
913 TRY_FREE(strm, strm->state->pending_buf);
959 ds->pending_buf = (uchf *) overlay;
962 ds->pending_buf == Z_NULL) {
970 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
972 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
[all …]
A Ddeflate.h97 Bytef *pending_buf; /* output still pending */ member
275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}

Completed in 6 milliseconds