Searched defs:pending_out (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h102 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
/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 in struct:deflate_state
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/uts/common/io/ppp/spppcomp/
H A Dzlib.c368 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
1012 s->pending_out = s->pending_buf;
1101 zmemcpy(strm->next_out, s->pending_out, len);
1104 s->pending_out += len;
1109 s->pending_out = s->pending_buf;
1348 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);

Completed in 103 milliseconds