Searched refs:next_out (Results 26 - 50 of 74) sorted by relevance

123

/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c149 unsigned char *next_out; member in struct:la_zstream
1712 xar->stream.next_out = xar->wbuff;
1728 xar->stream.next_out = xar->wbuff;
2627 strm->next_out = lastrm->next_out;
2660 strm->next_out = lastrm->next_out;
2668 lastrm->next_out = strm->next_out;
2725 strm->next_out
[all...]
H A Darchive_write_add_filter_bzip2.c196 data->stream.next_out = data->compressed;
321 data->stream.next_out = data->compressed;
H A Darchive_write_add_filter_xz.c231 data->stream.next_out = data->compressed;
280 data->stream.next_out += 6;
501 data->stream.next_out = data->compressed;
H A Darchive_read_support_filter_gzip.c383 state->stream.next_out = state->out_block;
439 decompressed = state->stream.next_out - state->out_block;
/freebsd-11.0-release/contrib/serf/buckets/
H A Ddeflate_buckets.c212 ctx->zstream.next_out = ctx->buffer;
283 ctx->zstream.next_out = ctx->buffer;
/freebsd-11.0-release/contrib/gcc/
H A Dddg.c535 ddg_edge_ptr next = e->next_out;
581 for (e = g->nodes[i].out; e; e = e->next_out)
607 for (e = g->nodes[src_cuid].out; e; e = e->next_out)
639 e->next_in = e->next_out = NULL;
658 e->next_out = src->out;
715 for (e = n->out; e; e = e->next_out)
937 for (e = u_node->out; e != (ddg_edge_ptr) 0; e = e->next_out)
1000 for (e = u_node->out; e; e = e->next_out)
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.c76 unsigned char FAR *out; /* local strm->next_out */
77 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
103 out = strm->next_out - OFF;
297 strm->next_out = out + OFF;
H A Dinflate.c33 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
85 * - Check next_in and next_out for Z_NULL on entry to inflate()
357 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
364 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
367 zmemcpy(state->window, strm->next_out - copy, copy);
412 put = strm->next_out; \
423 strm->next_out = put; \
552 strm->next_out, given the space available and the provided input--the effect
584 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out
[all...]
/freebsd-11.0-release/lib/libz/
H A Dinffast.c74 unsigned char FAR *out; /* local strm->next_out */
75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
101 out = strm->next_out - OFF;
317 strm->next_out = out + OFF;
H A Dgzwrite.c61 strm->next_out = state->out;
62 state->x.next = strm->next_out;
103 have = (unsigned)(strm->next_out - state->x.next);
111 strm->next_out = state->out;
113 state->x.next = strm->next_out;
H A Dgzread.c170 /* Decompress from input to the provided next_out and avail_out in the state.
213 state->x.next = strm->next_out - state->x.have;
250 strm->next_out = state->out;
366 strm->next_out = (unsigned char *)buf;
H A Dinflate.c26 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
78 * - Check next_in and next_out for Z_NULL on entry to inflate()
461 put = strm->next_out; \
472 strm->next_out = put; \
596 strm->next_out, given the space available and the provided input--the effect
628 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL ||
1234 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1245 UPDATE(state->check, strm->next_out - out, out);
/freebsd-11.0-release/usr.bin/grep/
H A Dfile.c129 lstrm.next_out = buffer;
151 lstrm.next_out = buffer;
/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c153 p->next_out = v_out[0].iov_base;
207 p->next_out = v_out[0].iov_base;
/freebsd-11.0-release/sys/opencrypto/
H A Dcryptodeflate.c121 zbuf.next_out = bufp->data;
176 zbuf.next_out = bufp->data;
/freebsd-11.0-release/contrib/bzip2/
H A Dbzlib.h55 char *next_out; member in struct:__anon848
/freebsd-11.0-release/sys/dev/random/
H A Dunit_test.c103 c_stream.next_out = compr;
/freebsd-11.0-release/lib/libz/test/
H A Dinfcover.c319 strm.next_out = out;
420 strm.next_out = (void *)&ret;
540 strm.next_out = out;
H A Dminigzip.c250 strm->next_out = out;
275 strm->next_out = (void *)buf;
310 strm->next_out = out;
/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c549 off_t ptroff = (caddr_t)rb->rb_zstr.next_out - rb->rb_base;
554 rb->rb_zstr.next_out = (Bytef *)(rb->rb_ptr);
577 rb->rb_zstr.next_out = (Bytef *)rb->rb_ptr;
589 rb->rb_ptr = (caddr_t)rb->rb_zstr.next_out;
610 rb->rb_ptr = (caddr_t)rb->rb_zstr.next_out;
1325 zstr.next_out = (Bytef *)dbuf;
/freebsd-11.0-release/usr.bin/gzip/
H A Dgzip.c606 z.next_out = (unsigned char *)outbufp + i;
627 z.next_out = (unsigned char *)outbufp;
667 len = (char *)z.next_out - outbufp;
676 z.next_out = (unsigned char *)outbufp;
768 z.next_out = (unsigned char *)outbufp;
979 z.next_out = (unsigned char *)outbufp;
/freebsd-11.0-release/sys/kern/
H A Dkern_ctf.c277 zs.next_out = ((uint8_t *) ctftab) + sizeof(ctf_hdr);
/freebsd-11.0-release/lib/libstand/
H A Dbzipfs.c235 bzf->bzf_bzstream.next_out = buf; /* where and how much */
H A Dgzipfs.c244 zf->zf_zstream.next_out = buf; /* where and how much */
/freebsd-11.0-release/sys/sys/
H A Dzlib.h283 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
284 uInt avail_out; /* remaining free space at next_out */
303 dropped to zero. It must update next_out and avail_out when avail_out
418 - Provide more output starting at next_out and update next_out and avail_out
480 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
526 - Provide more output starting at next_out and update next_out and avail_out
566 next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
635 null). next_out nee
[all...]

Completed in 324 milliseconds

123