Home
last modified time | relevance | path

Searched refs:next_out (Results 1 – 25 of 27) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/ext/ByteLoader/
DByteLoader.xs13 if (SvCUR(data->datasv) <= (STRLEN)data->next_out) { in bl_getc()
18 data->next_out = 0; in bl_getc()
29 return *((U8 *) SvPV_nolen (data->datasv) + data->next_out++); in bl_getc()
41 if (len < (data->next_out + wanted)) { in bl_read()
45 len -= data->next_out; in bl_read()
47 memmove (start, start + data->next_out, len + 1); in bl_read()
52 data->next_out = 0; in bl_read()
68 memcpy (buf, start + data->next_out, wanted); in bl_read()
69 data->next_out += wanted; in bl_read()
86 data.next_out = 0; in byteloader_filter()
[all …]
Dbyterun.h14 int next_out; member
/mirbsd/src/gnu/usr.bin/cvs/src/
Dzlib.c171 cb->zstr.next_out = (Bytef *) data; in compress_buffer_input()
308 cb->zstr.next_out = (unsigned char *) buffer; in compress_buffer_output()
353 cb->zstr.next_out = (unsigned char *) buffer; in compress_buffer_flush()
453 cb->zstr.next_out = (unsigned char *) buffer; in compress_buffer_shutdown_output()
611 zstr.next_out = outbuf; in gunzip_and_write()
712 zstr.next_out = *buf + 10; in read_and_gzip()
743 assert(zstr.next_out == *buf + zstr.total_out); in read_and_gzip()
752 zstr.next_out = *buf + zstr.total_out; in read_and_gzip()
755 assert(zstr.next_out == *buf + zstr.total_out); in read_and_gzip()
775 assert(zstr.next_out == *buf + zstr.total_out); in read_and_gzip()
[all …]
/mirbsd/src/sys/lib/libsa/
Dcread.c275 s->stream.next_out = buf; in read()
287 zmemcpy(s->stream.next_out, s->stream.next_in, n); in read()
288 s->stream.next_out += n; in read()
296 n = oread(fd, s->stream.next_out, in read()
332 (unsigned int)(s->stream.next_out - start)); in read()
333 start = s->stream.next_out; in read()
360 s->crc = crc32(s->crc, start, (unsigned int)(s->stream.next_out - start)); in read()
/mirbsd/src/usr.bin/compress/
Dgzopen.c120 s->z_stream.next_out = Z_NULL; in gz_open()
137 s->z_stream.next_out = s->z_buf; in gz_open()
240 s->z_stream.next_out = s->z_buf; in gz_flush()
416 s->z_stream.next_out = (u_char *)buf; in gz_read()
444 (uInt)(s->z_stream.next_out - start)); in gz_read()
445 start = s->z_stream.next_out; in gz_read()
467 (uInt)(s->z_stream.next_out - start)); in gz_read()
486 s->z_stream.next_out = s->z_buf; in gz_write()
/mirbsd/src/usr.sbin/ppp/ppp/
Ddeflate.c104 state->cx.next_out = wp; in DeflateOutput()
139 state->cx.next_out = MBUF_CTOP(mo); in DeflateOutput()
248 state->cx.next_out = wp + 1; in DeflateInput()
285 state->cx.next_out--; in DeflateInput()
294 state->cx.next_out = MBUF_CTOP(mo); in DeflateInput()
327 state->cx.next_out = garbage; in DeflateInput()
374 state->cx.next_out = garbage; in DeflateDictSetup()
420 state->cx.next_out = garbage; in DeflateDictSetup()
499 state->cx.next_out = NULL; in DeflateInitInput()
/mirbsd/src/sys/net/
Dppp-deflate.c283 state->strm.next_out = wptr;
286 state->strm.next_out = NULL;
325 state->strm.next_out = mtod(m, u_char *);
330 state->strm.next_out = NULL;
407 state->strm.next_out = NULL;
553 state->strm.next_out = wptr + 3;
588 --state->strm.next_out;
603 state->strm.next_out = mtod(mo, u_char *);
/mirbsd/src/usr.bin/ssh/
Dcompress.c103 outgoing_stream.next_out = buf; in buffer_compress()
142 incoming_stream.next_out = buf; in buffer_uncompress()
/mirbsd/src/kern/z/
Dgzwrite.c60 strm->next_out = state->out;
61 state->x.next = strm->next_out;
102 have = (unsigned)(strm->next_out - state->x.next);
110 strm->next_out = state->out;
112 state->x.next = strm->next_out;
Duncompr.c38 stream.next_out = dest;
Dinffast.c103 out = strm->next_out - OFF;
318 strm->next_out = out + OFF;
Dgzread.c210 state->x.next = strm->next_out - state->x.have;
247 strm->next_out = state->out;
363 strm->next_out = (unsigned char *)buf;
Dcompress.c38 stream.next_out = dest;
Dinflate.c470 put = strm->next_out; \
481 strm->next_out = put; \
637 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL ||
1245 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1256 UPDATE(state->check, strm->next_out - out, out);
Dinfback.c132 put = strm->next_out; \
143 strm->next_out = put; \
Ddeflate.c655 zmemcpy(strm->next_out, s->pending_out, len);
656 strm->next_out += len;
680 if (strm->next_out == Z_NULL || s == Z_NULL ||
/mirbsd/src/sys/crypto/
Dkdeflate.c96 zbuf.next_out = buf[0].out; in deflate_global()
118 zbuf.next_out = buf[i].out; in deflate_global()
/mirbsd/src/lib/libssl/src/crypto/comp/
Dc_zlib.c149 stream.next_out = dest; in zz_uncompress()
/mirbsd/src/lib/libpng/
Dpngpread.c313 png_ptr->zstream.next_out = png_ptr->row_buf; in png_push_read_chunk()
840 png_ptr->zstream.next_out = png_ptr->row_buf; in png_process_IDAT_data()
872 if (png_ptr->zstream.next_out != png_ptr->row_buf) in png_process_IDAT_data()
Dpngwutil.c227 png_ptr->zstream.next_out = (Bytef *)png_ptr->zbuf; in png_text_compress()
280 png_ptr->zstream.next_out = png_ptr->zbuf; in png_text_compress()
332 png_ptr->zstream.next_out = png_ptr->zbuf; in png_text_compress()
561 png_ptr->zstream.next_out = png_ptr->zbuf; in png_write_IHDR()
1856 png_ptr->zstream.next_out = png_ptr->zbuf; in png_write_start_row()
1948 png_ptr->zstream.next_out = png_ptr->zbuf; in png_write_finish_row()
2811 png_ptr->zstream.next_out = png_ptr->zbuf; in png_write_filtered_row()
Dpngread.c171 png_ptr->zstream.next_out = png_ptr->zbuf; in png_create_read_struct_2()
333 png_ptr->zstream.next_out = png_ptr->zbuf; in png_read_init_3()
726 png_ptr->zstream.next_out = png_ptr->row_buf; in png_read_row()
Dpngwrite.c1018 png_ptr->zstream.next_out = png_ptr->zbuf; in png_write_flush()
1030 png_ptr->zstream.next_out = png_ptr->zbuf; in png_write_flush()
/mirbsd/src/usr.bin/file/
Dcompress.c283 z.next_out = *newch; in uncompressgzipped()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFormat.c1169 s.next_out = (Bytef *) output_buffer; in HTZzFileCopy()
1214 s.next_out = (Bytef *) output_buffer; in HTZzFileCopy()
/mirbsd/src/kern/include/
Dzlib.h93 Bytef *next_out; /* next output byte should be put there */ member

12