OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_in
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs
32
public IntPtr
next_in
;
field in struct:DotZLib.ZStream
/src/sys/net/
zlib.h
363
Bytef *
next_in
; /* next input byte */
member in struct:z_stream_s
364
uInt avail_in; /* number of bytes available at
next_in
*/
386
The application must update
next_in
and avail_in when avail_in has
506
- Compress more input starting at
next_in
and update
next_in
and avail_in
508
enough room in the output buffer),
next_in
and avail_in are updated and
576
if
next_in
or next_out was NULL), Z_BUF_ERROR if no progress is possible
599
next_in
, avail_in, zalloc, zfree and opaque must be initialized before by
600
the caller. If
next_in
is not Z_NULL and avail_in is large enough (the exact
611
the zlib header if present: this will be done by inflate(). (So
next_in
an
[
all
...]
/src/common/dist/zlib/
zlib.h
89
z_const Bytef *
next_in
; /* next input byte */
member in struct:z_stream_s
90
uInt avail_in; /* number of bytes available at
next_in
*/
136
The application must update
next_in
and avail_in when avail_in has dropped
262
- Compress more input starting at
next_in
and update
next_in
and avail_in
264
enough room in the output buffer),
next_in
and avail_in are updated and
357
if
next_in
or next_out was Z_NULL or the state was inadvertently written over
383
next_in
, avail_in, zalloc, zfree and opaque must be initialized before by
396
Actual decompression will be done by inflate(). So
next_in
, and avail_in,
413
- Decompress more input starting at
next_in
and update next_in and avail_i
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025