| /mirbsd/src/gnu/usr.bin/perl/ext/ByteLoader/ |
| D | ByteLoader.xs | 13 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 …]
|
| D | byterun.h | 14 int next_out; member
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | zlib.c | 171 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/ |
| D | cread.c | 275 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/ |
| D | gzopen.c | 120 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/ |
| D | deflate.c | 104 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/ |
| D | ppp-deflate.c | 283 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/ |
| D | compress.c | 103 outgoing_stream.next_out = buf; in buffer_compress() 142 incoming_stream.next_out = buf; in buffer_uncompress()
|
| /mirbsd/src/kern/z/ |
| D | gzwrite.c | 60 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;
|
| D | uncompr.c | 38 stream.next_out = dest;
|
| D | inffast.c | 103 out = strm->next_out - OFF; 318 strm->next_out = out + OFF;
|
| D | gzread.c | 210 state->x.next = strm->next_out - state->x.have; 247 strm->next_out = state->out; 363 strm->next_out = (unsigned char *)buf;
|
| D | compress.c | 38 stream.next_out = dest;
|
| D | inflate.c | 470 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);
|
| D | infback.c | 132 put = strm->next_out; \ 143 strm->next_out = put; \
|
| D | deflate.c | 655 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/ |
| D | kdeflate.c | 96 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/ |
| D | c_zlib.c | 149 stream.next_out = dest; in zz_uncompress()
|
| /mirbsd/src/lib/libpng/ |
| D | pngpread.c | 313 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()
|
| D | pngwutil.c | 227 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()
|
| D | pngread.c | 171 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()
|
| D | pngwrite.c | 1018 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/ |
| D | compress.c | 283 z.next_out = *newch; in uncompressgzipped()
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTFormat.c | 1169 s.next_out = (Bytef *) output_buffer; in HTZzFileCopy() 1214 s.next_out = (Bytef *) output_buffer; in HTZzFileCopy()
|
| /mirbsd/src/kern/include/ |
| D | zlib.h | 93 Bytef *next_out; /* next output byte should be put there */ member
|