Searched refs:next_in (Results 1 - 25 of 54) sorted by relevance

123

/openbsd-current/sys/lib/libsa/
H A Dcread.c109 s->stream.next_in = s->inbuf;
112 return *(s->stream.next_in)++;
144 s->stream.next_in--;
148 s->stream.next_in--;
212 s->stream.next_in = s->inbuf = (unsigned char *)alloc(Z_BUFSIZE);
280 zmemcpy(s->stream.next_out, s->stream.next_in, n);
282 s->stream.next_in += n;
318 s->stream.next_in = s->inbuf;
406 s->stream.next_in = s->inbuf = sav_inbuf;
/openbsd-current/usr.sbin/smtpd/
H A Dcompress_gzip.c59 strm->next_in = (unsigned char *)ib;
87 strm->next_in = Z_NULL;
93 strm->next_in = (unsigned char *)ib;
/openbsd-current/lib/libz/
H A Dgzwrite.c44 strm->next_in = NULL;
59 /* Compress whatever is at avail_in and next_in and write to the output file.
78 writ = write(state->fd, strm->next_in, put);
84 strm->next_in += writ;
162 strm->next_in = state->in;
198 state->strm.next_in = state->in;
199 have = (unsigned)((state->strm.next_in + state->strm.avail_in) -
219 state->strm.next_in = (z_const Bytef *)buf;
314 strm->next_in = state->in;
315 have = (unsigned)((strm->next_in
[all...]
H A Dcompress.c39 stream.next_in = (z_const Bytef *)source;
H A Duncompr.c43 stream.next_in = (z_const Bytef *)source;
H A Dgzread.c52 unsigned const char *q = strm->next_in;
62 strm->next_in = state->in;
97 state->strm.next_in = Z_NULL;
123 strm->next_in[0] == 31 && strm->next_in[1] == 139) {
143 memcpy(state->x.next, strm->next_in, strm->avail_in);
H A Dinffast.c52 z_const unsigned char FAR *in; /* local strm->next_in */
79 in = strm->next_in;
308 strm->next_in = in;
/openbsd-current/regress/lib/libz/
H A Dexample.c178 c_stream.next_in = (z_const unsigned char *)hello;
212 d_stream.next_in = compr;
258 c_stream.next_in = uncompr;
269 c_stream.next_in = compr;
276 c_stream.next_in = uncompr;
304 d_stream.next_in = compr;
344 c_stream.next_in = (z_const unsigned char *)hello;
378 d_stream.next_in = compr;
427 c_stream.next_in = (z_const unsigned char *)hello;
453 d_stream.next_in
[all...]
H A Dinfcover.c295 strm.next_in = Z_NULL;
316 strm.next_in = in;
357 strm.next_in = Z_NULL;
375 strm.next_in = Z_NULL;
381 strm.next_in = Z_NULL;
415 strm.next_in = Z_NULL;
418 strm.next_in = (void *)"\x63";
431 strm.next_in = (void *)"\x80";
435 strm.next_in = (void *)"\0\0\xff\xff";
455 return 0; /* no input (already provided at next_in) */
[all...]
H A Dminigzip.c184 gz->strm.next_in = 0;
219 strm->next_in = (void *)buf;
247 strm->next_in = in;
269 strm->next_in = Z_NULL;
H A Dutils_unittest.cc70 comp_strm.next_in = src.data();
82 decomp_strm.next_in = comp_buf;
152 stream.next_in = src.data();
162 stream.next_in = compressed.data();
224 stream.next_in = src.data();
234 stream.next_in = compressed.data();
356 stream.next_in = (uint8_t*)&checkMatchCrashData[i];
362 stream.next_in = NULL;
373 stream.next_in = compressed;
478 stream.next_in
[all...]
/openbsd-current/sys/dev/microcode/myx/
H A Dbuild.c61 zs.next_in = fw;
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dcompress.c46 stream.next_in = (z_const Bytef *)source;
H A Duncompr.c49 stream.next_in = (z_const Bytef *)source;
H A Dinffast.c55 z_const unsigned char FAR *in; /* local strm->next_in */
82 in = strm->next_in;
299 strm->next_in = in;
/openbsd-current/sys/lib/libz/
H A Dcompress.c39 stream.next_in = (z_const Bytef *)source;
H A Dinffast.c52 z_const unsigned char FAR *in; /* local strm->next_in */
79 in = strm->next_in;
308 strm->next_in = in;
/openbsd-current/usr.bin/compress/
H A Dgzopen.c117 s->z_stream.next_in = Z_NULL;
133 s->z_stream.next_in = s->z_buf;
161 s->z_stream.next_in = s->z_buf;
164 return *s->z_stream.next_in++;
282 s->z_stream.next_in = s->z_buf;
395 s->z_stream.next_in = Z_NULL;
432 s->z_stream.next_in = (char *)buf;
H A Dzipopen.c81 s->z_stream.next_in = s->z_buf;
84 return *s->z_stream.next_in++;
274 s->z_stream.next_in = s->z_buf;
303 memcpy(s->z_stream.next_out, s->z_stream.next_in, copy_len);
306 s->z_stream.next_in += copy_len;
335 s->z_stream.next_in = s->z_buf;
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dzlib.c183 cb->zstr.next_in = (Bytef *) bd->bufp;
199 bd->bufp = (char *) cb->zstr.next_in;
260 cb->zstr.next_in = (unsigned char *) data;
299 cb->zstr.next_in = NULL;
491 zstr.next_in = buf + pos;
607 zstr.next_in = inbuf;
/openbsd-current/sys/net/
H A Dppp-deflate.c164 state->strm.next_in = NULL;
279 state->strm.next_in = rptr;
294 state->strm.next_in = mtod(mp, u_char *);
520 state->strm.next_in = rptr;
547 state->strm.next_in = mtod(mi, u_char *);
627 state->strm.next_in = rptr + 3;
630 --state->strm.next_in;
647 state->strm.next_in = mtod(mi, u_char *);
/openbsd-current/lib/libfido2/src/
H A Dcompress.c70 zs.next_in = in->ptr;
125 zs.next_in = in->ptr;
/openbsd-current/gnu/gcc/gcc/
H A Dddg.h103 ddg_edge_ptr next_in; member in struct:ddg_edge
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs592 printf(" next_in %p", s->stream.next_in);
593 if (s->stream.next_in){
595 DispHex(s->stream.next_in, 4);
788 strm->next_in = NULL;
837 strm->next_in = NULL;
1227 s->stream.next_in = (Bytef*)SvPV_nomg(buf, origlen) ;
1231 s->crc32 = CRZ_crc32(s->crc32, s->stream.next_in, s->stream.avail_in) ;
1234 s->adler32 = CRZ_adler32(s->adler32, s->stream.next_in, s->stream.avail_in) ;
1682 s->stream.next_in
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.c306 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
307 s->strm->next_in++;
324 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
325 s->strm->next_in++;
992 bzf->strm.next_in = (char*)buf;
1142 bzf->strm.next_in = bzf->buf;
1203 bzf->strm.next_in = bzf->buf;
1244 *unused = bzf->strm.next_in;
1281 strm.next_in = source;
1329 strm.next_in
[all...]

Completed in 123 milliseconds

123