Searched refs:pending_buf (Results 1 – 3 of 3) sorted by relevance
333 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 …]
103 Bytef *pending_buf; /* output still pending */ member281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);