Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c368 s->pending_buf == Z_NULL) {
374 s->sym_buf = s->pending_buf + s->lit_bufsize;
520 s->pending_out = s->pending_buf;
787 s->pending_out = s->pending_buf;
960 zmemcpy(s->pending_buf + s->pending,
1127 TRY_FREE(strm, strm->state->pending_buf);
1174 ds->pending_buf == Z_NULL) {
1182 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
1184 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
1733 s->pending_buf[s->pending - 4] = len;
[all …]
H A Ddeflate.h101 Bytef *pending_buf; /* output still pending */ member
274 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
H A Dtrees.c874 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c364 Bytef *pending_buf; /* output still pending */ member
923 s->pending_buf = (uchf *) overlay;
927 s->pending_buf == Z_NULL) {
1010 s->pending_out = s->pending_buf;
1107 s->pending_out = s->pending_buf;
1286 TRY_FREE(strm, s->pending_buf);
1332 ds->pending_buf = (uchf *) overlay;
1335 ds->pending_buf == Z_NULL) {
1344 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
1346 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c219 Bytef *pending_buf; /* output still pending */ member
394 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
639 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 2*sizeof(ush));
642 s->pending_buf == Z_NULL) {
647 s->d_buf = (ushf *) &(s->pending_buf[s->lit_bufsize]);
648 s->l_buf = (uchf *) &(s->pending_buf[3*s->lit_bufsize]);
678 s->pending_out = s->pending_buf;
726 state->pending_out = state->pending_buf;
864 TRY_FREE(strm, state->pending_buf, state->lit_bufsize * 2 * sizeof(ush));
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1307 Bytef *pending_buf; /* output still pending */ member
1478 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}