Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c333 s->pending_buf = (uchf *) overlay;
337 s->pending_buf == Z_NULL) {
485 s->pending_out = s->pending_buf;
751 s->pending_out = s->pending_buf;
1089 TRY_FREE(strm, strm->state->pending_buf);
1135 ds->pending_buf = (uchf *) overlay;
1138 ds->pending_buf == Z_NULL) {
1146 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
1148 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
1698 s->pending_buf[s->pending - 4] = len;
[all …]
H A Ddeflate.h103 Bytef *pending_buf; /* output still pending */ member
281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
H A Dtrees.c873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);