Searched refs:next_out (Results 1 - 25 of 53) sorted by relevance

123

/openbsd-current/sys/lib/libsa/
H A Dcread.c268 s->stream.next_out = buf;
280 zmemcpy(s->stream.next_out, s->stream.next_in, n);
281 s->stream.next_out += n;
289 n = oread(fd, s->stream.next_out,
325 (unsigned int)(s->stream.next_out - start));
326 start = s->stream.next_out;
353 s->crc = crc32(s->crc, start, (unsigned int)(s->stream.next_out - start));
/openbsd-current/usr.bin/compress/
H A Dgzopen.c118 s->z_stream.next_out = Z_NULL;
270 s->z_stream.next_out = buf;
298 (uInt)(s->z_stream.next_out - start));
299 start = s->z_stream.next_out;
325 (uInt)(s->z_stream.next_out - start));
396 s->z_stream.next_out = Z_NULL;
413 s->z_stream.next_out = s->z_buf;
441 s->z_stream.next_out = s->z_buf;
477 s->z_stream.next_out = s->z_buf;
H A Dzipopen.c303 memcpy(s->z_stream.next_out, s->z_stream.next_in, copy_len);
304 s->z_stream.next_out += copy_len;
321 s->z_stream.next_out = ubuf;
358 (uInt)(s->z_stream.next_out - ubuf));
369 (uInt)(s->z_stream.next_out - ubuf));
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dzlib.c171 cb->zstr.next_out = (Bytef *) data;
268 cb->zstr.next_out = (unsigned char *) buffer;
307 cb->zstr.next_out = (unsigned char *) buffer;
401 cb->zstr.next_out = (unsigned char *) buffer;
498 zstr.next_out = outbuf;
591 zstr.next_out = *buf + 10;
623 offset = zstr.next_out - *buf;
632 zstr.next_out = *buf + offset;
/openbsd-current/usr.sbin/smtpd/
H A Dcompress_gzip.c61 strm->next_out = (unsigned char *)ob;
95 strm->next_out = (unsigned char *)ob;
/openbsd-current/regress/lib/libz/
H A Dexample.c179 c_stream.next_out = compr;
214 d_stream.next_out = uncompr;
252 c_stream.next_out = compr;
311 d_stream.next_out = uncompr; /* discard the output */
345 c_stream.next_out = compr;
384 d_stream.next_out = uncompr;
424 c_stream.next_out = compr;
459 d_stream.next_out = uncompr;
H A Dutils_unittest.cc68 comp_strm.next_out = comp_buf;
86 decomp_strm.next_out = decomp_buf;
150 stream.next_out = compressed.data();
164 stream.next_out = decompressed.data();
222 stream.next_out = compressed.data();
236 stream.next_out = decompressed.data();
351 stream.next_out = compressed;
375 stream.next_out = decompressed;
474 stream.next_out = compressed.data();
956 stream.next_out
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A DBzip2.xs193 printf(" next_out 0x%p", s->stream.next_out);
194 if (s->stream.next_out){
196 DispHex(s->stream.next_out, 4);
503 s->stream.next_out = (char*) SvPVX(output) + cur_length;
510 s->stream.next_out = Sv_Grow(output, SvLEN(output) + bufinc) ;
512 s->stream.next_out += cur_length ;
568 s->stream.next_out = (char*) SvPVX(output) + cur_length;
575 s->stream.next_out = Sv_Grow(output, SvLEN(output) + bufinc) ;
577 s->stream.next_out
[all...]
/openbsd-current/sys/dev/microcode/myx/
H A Dbuild.c63 zs.next_out = ufw;
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dcompress.c44 stream.next_out = dest;
H A Duncompr.c58 stream.next_out = dest;
H A Dinffast.c57 unsigned char FAR *out; /* local strm->next_out */
58 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
84 out = strm->next_out;
300 strm->next_out = out;
/openbsd-current/lib/libz/
H A Dcompress.c37 stream.next_out = dest;
H A Duncompr.c52 stream.next_out = dest;
H A Dgzwrite.c53 strm->next_out = state->out;
54 state->x.next = strm->next_out;
105 while (strm->next_out > state->x.next) {
106 put = strm->next_out - state->x.next > (int)max ? max :
107 (unsigned)(strm->next_out - state->x.next);
117 strm->next_out = state->out;
H A Dinffast.c54 unsigned char FAR *out; /* local strm->next_out */
55 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
81 out = strm->next_out;
309 strm->next_out = out;
/openbsd-current/sys/lib/libz/
H A Dcompress.c37 stream.next_out = dest;
H A Dinffast.c54 unsigned char FAR *out; /* local strm->next_out */
55 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
81 out = strm->next_out;
309 strm->next_out = out;
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs599 printf(" next_out %p", s->stream.next_out);
600 if (s->stream.next_out){
602 DispHex(s->stream.next_out, 4);
801 strm->next_out = output + total_output;
848 strm->next_out = output + total_output;
1249 s->stream.next_out = (Bytef*) SvPVX(output) + cur_length;
1255 *(s->stream.next_out) = s->deflateParams_out_byte;
1256 ++ s->stream.next_out;
1268 s->stream.next_out
[all...]
/openbsd-current/sys/crypto/
H A Dxform_ipcomp.c96 zbuf.next_out = buf[0].out;
122 zbuf.next_out = buf[i].out;
/openbsd-current/sys/net/
H A Dppp-deflate.c268 state->strm.next_out = wptr;
271 state->strm.next_out = NULL;
310 state->strm.next_out = mtod(m, u_char *);
315 state->strm.next_out = NULL;
385 state->strm.next_out = NULL;
525 state->strm.next_out = wptr + 3;
560 --state->strm.next_out;
575 state->strm.next_out = mtod(mo, u_char *);
/openbsd-current/lib/libfido2/src/
H A Dcompress.c72 zs.next_out = out->ptr;
127 zs.next_out = out->ptr;
/openbsd-current/gnu/gcc/gcc/
H A Dddg.h104 ddg_edge_ptr next_out; member in struct:ddg_edge
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)
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.c351 *(s->strm->next_out) = s->zbits[s->state_out_pos];
354 s->strm->next_out++;
551 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
554 s->strm->next_out++;
603 char* cs_next_out = s->strm->next_out;
681 s->strm->next_out = cs_next_out;
724 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
727 s->strm->next_out++;
773 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
776 s->strm->next_out
[all...]

Completed in 215 milliseconds

123