Home
last modified time | relevance | path

Searched refs:pending_out (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c520 s->pending_out = s->pending_buf;
591 s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3))
780 zmemcpy(strm->next_out, s->pending_out, len);
782 s->pending_out += len;
787 s->pending_out = s->pending_buf;
1184 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
H A Ddeflate.h103 Bytef *pending_out; /* next pending byte to output to the stream */ member
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c366 Bytef *pending_out; /* next pending byte to output to the stream */ member
1010 s->pending_out = s->pending_buf;
1099 zmemcpy(strm->next_out, s->pending_out, len);
1102 s->pending_out += len;
1107 s->pending_out = s->pending_buf;
1346 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c220 Bytef *pending_out; /* next pending byte to output to the stream */ member
678 s->pending_out = s->pending_buf;
718 zmemcpy(strm->next_out, state->pending_out, len);
721 state->pending_out += len;
726 state->pending_out = state->pending_buf;
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1309 Bytef *pending_out; /* next pending byte to output to the stream */ member