Searched refs:pending_out (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/rsync-45/rsync/zlib/
H A Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c375 s->pending_out = s->pending_buf;
542 zmemcpy(strm->next_out, strm->state->pending_out, len);
544 strm->state->pending_out += len;
549 strm->state->pending_out = strm->state->pending_buf;
939 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/macosx-10.10/sudo-73/src/zlib/
H A Ddeflate.h102 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c408 s->pending_out = s->pending_buf;
474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
651 zmemcpy(strm->next_out, s->pending_out, len);
653 s->pending_out += len;
658 s->pending_out = s->pending_buf;
1055 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.h126 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c402 s->pending_out = s->pending_buf;
569 zmemcpy(strm->next_out, strm->state->pending_out, len);
571 strm->state->pending_out += len;
576 strm->state->pending_out = strm->state->pending_buf;
966 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/macosx-10.10/zlib-55/zlib/
H A Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c369 s->pending_out = s->pending_buf;
570 zmemcpy(strm->next_out, strm->state->pending_out, len);
572 strm->state->pending_out += len;
577 strm->state->pending_out = strm->state->pending_buf;
973 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c242 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
700 s->pending_out = s->pending_buf;
740 zmemcpy(strm->next_out, state->pending_out, len);
743 state->pending_out += len;
748 state->pending_out = state->pending_buf;
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1309 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state

Completed in 261 milliseconds