OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_out
(Results
1 - 25
of
46
) sorted by relevancy
1
2
/src/sys/arch/hpc/stand/hpcboot/
file_manager.cpp
107
_stream->
next_out
= reinterpret_cast<uint8_t *>(buf);
118
memcpy(_stream->
next_out
, _stream->next_in, n);
119
_stream->
next_out
+= n;
125
got = _file->read(_stream->
next_out
,
149
(_stream->
next_out
- start));
150
start = _stream->
next_out
;
168
_crc = crc32(_crc, start,(unsigned int)(_stream->
next_out
- start));
/src/common/dist/zlib/examples/
fitblk.c
105
inf->
next_out
= raw;
157
def.
next_out
= blk;
196
def.
next_out
= tmp;
211
def.
next_out
= blk;
zpipe.c
66
strm.
next_out
= out;
124
strm.
next_out
= out;
zran.c
176
strm.
next_out
= win;
321
strm->
next_out
= in; // not used, but can't be NULL
376
strm.
next_out
= discard;
381
strm.
next_out
= buf + len - left;
438
strm.
next_out
= discard;
/src/sys/arch/atari/stand/tostools/libtos/
cread.c
288
s->stream.
next_out
= buf;
299
zmemcpy(s->stream.
next_out
,
301
s->stream.
next_out
+= n;
308
got = read(s->fd, s->stream.
next_out
,
337
(s->stream.
next_out
- start));
338
start = s->stream.
next_out
;
358
(unsigned int)(s->stream.
next_out
- start));
/src/common/dist/zlib/test/
example.c
179
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;
minigzip.c
222
strm->
next_out
= out;
241
strm->
next_out
= (void *)buf;
272
strm->
next_out
= out;
/src/sys/arch/evbarm/stand/gzboot/
gzboot.c
201
s->stream.
next_out
= buf;
219
(s->stream.
next_out
- start));
220
start = s->stream.
next_out
;
242
(unsigned int)(s->stream.
next_out
- start));
/src/common/dist/zlib/
compress.c
41
stream.
next_out
= dest;
uncompr.c
56
stream.
next_out
= dest;
gzwrite.c
53
strm->
next_out
= state->out;
54
state->x.next = strm->
next_out
;
107
while (strm->
next_out
> state->x.next) {
108
put = strm->
next_out
- state->x.next > (int)max ? max :
109
(unsigned)(strm->
next_out
- state->x.next);
119
strm->
next_out
= state->out;
inffast.c
56
unsigned char FAR *out; /* local strm->
next_out
*/
57
unsigned char FAR *beg; /* inflate()'s initial strm->
next_out
*/
83
out = strm->
next_out
;
299
strm->
next_out
= out;
/src/sys/lib/libsa/
cread.c
335
s->stream.
next_out
= buf;
346
zmemcpy(s->stream.
next_out
,
348
s->stream.
next_out
+= n;
355
got = oread(s->fd, s->stream.
next_out
,
387
(s->stream.
next_out
- start));
388
start = s->stream.
next_out
;
419
(unsigned int)(s->stream.
next_out
- start));
/src/common/dist/zlib/contrib/delphi/
ZLib.pas
28
next_out
: PChar; // next output byte should be put here
29
avail_out: Integer; // remaining free space at
next_out
300
strm.
next_out
:= OutBuf;
309
strm.
next_out
:= PChar(Integer(OutBuf) + (Integer(strm.
next_out
) - Integer(P)));
343
strm.
next_out
:= OutBuf;
352
strm.
next_out
:= PChar(Integer(OutBuf) + (Integer(strm.
next_out
) - Integer(P)));
376
strm.
next_out
:= OutBuf;
413
FZRec.
next_out
:= FBuffer
[
all
...]
/src/sys/net/
ppp-deflate.c
275
state->strm.
next_out
= wptr;
278
state->strm.
next_out
= NULL;
317
state->strm.
next_out
= mtod(m, u_char *);
322
state->strm.
next_out
= NULL;
389
state->strm.
next_out
= NULL;
529
state->strm.
next_out
= wptr + 3;
564
--state->strm.
next_out
;
579
state->strm.
next_out
= mtod(mo, u_char *);
/src/sys/opencrypto/
deflate.c
117
zbuf.
next_out
= buf[0].out;
153
zbuf.
next_out
= buf[i].out;
306
zbuf.
next_out
= buf[0].out;
347
zbuf.
next_out
= buf[i].out;
/src/tests/crypto/opencrypto/
h_comp_zlib.c
77
z.
next_out
= buf2;
h_comp_zlib_rnd.c
81
z.
next_out
= buf2;
/src/usr.bin/gzip/
unbzip2.c
82
bzs.
next_out
= outbuf;
unxz.c
66
strm.
next_out
= NULL;
72
strm.
next_out
= obuf;
106
strm.
next_out
= obuf;
/src/common/dist/zlib/contrib/pascal/
example.pas
199
c_stream.
next_out
:= compr;
242
d_stream.
next_out
:= uncompr;
284
c_stream.
next_out
:= compr;
343
d_stream.
next_out
:= uncompr; (* discard the output *)
383
c_stream.
next_out
:= compr;
424
d_stream.
next_out
:= uncompr;
465
c_stream.
next_out
:= compr;
501
d_stream.
next_out
:= uncompr;
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs
184
_ztream.
next_out
= _hOutput.AddrOfPinnedObject();
DotZLib.cs
36
public IntPtr
next_out
;
field in struct:DotZLib.ZStream
/src/common/dist/zlib/contrib/testzlib/
testzlib.c
201
zcpr.
next_out
= CprPtr;
242
zcpr.
next_out
= UncprPtr;
/src/sys/kern/
kern_ctf.c
216
zs.
next_out
= ((uint8_t *) ctftab) + CTF_HDR_SIZE;
Completed in 25 milliseconds
1
2
Indexes created Thu Nov 06 17:09:51 GMT 2025