next_out 96 crypto/deflate.c zbuf.next_out = buf[0].out;
next_out 118 crypto/deflate.c zbuf.next_out = buf[i].out;
next_out 275 lib/libsa/cread.c s->stream.next_out = buf;
next_out 287 lib/libsa/cread.c zmemcpy(s->stream.next_out, s->stream.next_in, n);
next_out 288 lib/libsa/cread.c s->stream.next_out += n;
next_out 296 lib/libsa/cread.c n = oread(fd, s->stream.next_out,
next_out 332 lib/libsa/cread.c (unsigned int)(s->stream.next_out - start));
next_out 333 lib/libsa/cread.c start = s->stream.next_out;
next_out 360 lib/libsa/cread.c s->crc = crc32(s->crc, start, (unsigned int)(s->stream.next_out - start));
next_out 121 lib/libz/infback.c put = strm->next_out; \
next_out 132 lib/libz/infback.c strm->next_out = put; \
next_out 102 lib/libz/inffast.c out = strm->next_out - OFF;
next_out 308 lib/libz/inffast.c strm->next_out = out + OFF;
next_out 351 lib/libz/inflate.c zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
next_out 358 lib/libz/inflate.c zmemcpy(state->window + state->write, strm->next_out - copy, dist);
next_out 361 lib/libz/inflate.c zmemcpy(state->window, strm->next_out - copy, copy);
next_out 406 lib/libz/inflate.c put = strm->next_out; \
next_out 417 lib/libz/inflate.c strm->next_out = put; \
next_out 580 lib/libz/inflate.c strm->next_out == Z_NULL ||
next_out 1229 lib/libz/inflate.c UPDATE(state->check, strm->next_out - out, out);
next_out 88 lib/libz/zlib.h Bytef *next_out; /* next output byte should be put there */
next_out 282 net/ppp-deflate.c state->strm.next_out = wptr;
next_out 285 net/ppp-deflate.c state->strm.next_out = NULL;
next_out 324 net/ppp-deflate.c state->strm.next_out = mtod(m, u_char *);
next_out 329 net/ppp-deflate.c state->strm.next_out = NULL;
next_out 406 net/ppp-deflate.c state->strm.next_out = NULL;
next_out 552 net/ppp-deflate.c state->strm.next_out = wptr + 3;
next_out 587 net/ppp-deflate.c --state->strm.next_out;
next_out 602 net/ppp-deflate.c state->strm.next_out = mtod(mo, u_char *);
next_out 730 net/zlib.c if (strm->next_out != NULL) {
next_out 731 net/zlib.c zmemcpy(strm->next_out, state->pending_out, len);
next_out 732 net/zlib.c strm->next_out += len;
next_out 4345 net/zlib.c p = z->next_out;
next_out 4398 net/zlib.c z->next_out = p;
next_out 165 net/zlib.h Bytef *next_out; /* next output byte should be put there */