OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Z_BLOCK
(Results
1 - 11
of
11
) sorted by relevancy
/src/common/dist/zlib/examples/
zran.c
19
// Illustrate the use of
Z_BLOCK
, inflatePrime(), and inflateSetDictionary()
187
ret = inflate(&strm,
Z_BLOCK
);
439
ret = inflate(&strm,
Z_BLOCK
); // stop at end of header
gznorm.c
20
// z_stream, z_off_t, crc32_combine, Z_NULL,
Z_BLOCK
,
148
int ret = inflate(&strm,
Z_BLOCK
);
gzjoin.c
51
This program was written to illustrate the use of the
Z_BLOCK
option of
329
ret = inflate(&strm,
Z_BLOCK
);
gzappend.c
52
This program was written to illustrate the use of the new
Z_BLOCK
option of
55
the start of the final deflate block. Also whether using
Z_BLOCK
or not,
310
ret = inflate(strm,
Z_BLOCK
);
/src/common/dist/zlib/contrib/pascal/
zlibpas.pas
73
Z_BLOCK
= 5;
/src/common/dist/zlib/
gzwrite.c
587
if (strm->avail_in && gz_comp(state,
Z_BLOCK
) == -1)
zlib.h
175
#define
Z_BLOCK
5
306
If flush is set to
Z_BLOCK
, a deflate block is completed and emitted, as
436
Z_BLOCK
, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
437
output as possible to the output buffer.
Z_BLOCK
requests that inflate()
444
The
Z_BLOCK
option assists in appending to or combining deflate streams.
458
The Z_TREES option behaves as
Z_BLOCK
does, but it also returns when the
485
when
Z_BLOCK
or Z_TREES is used, and when inflate() avoids the allocation of
624
options
Z_BLOCK
, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
719
compressed with the old level and strategy using deflate(strm,
Z_BLOCK
).
724
If a deflate(strm,
Z_BLOCK
) is performed by deflateParams(), and it doe
[
all
...]
deflate.c
134
/* rank
Z_BLOCK
between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
774
int err = deflate(strm,
Z_BLOCK
);
952
if (deflateStateCheck(strm) || flush >
Z_BLOCK
|| flush < 0) {
1208
} else if (flush !=
Z_BLOCK
) { /* FULL_FLUSH or SYNC_FLUSH */
inflate.c
834
if (flush ==
Z_BLOCK
|| flush == Z_TREES) goto inf_leave;
/src/common/dist/zlib/contrib/ada/
zlib.ads
97
--
Z_BLOCK
requests that inflate() stop
/src/common/dist/zlib/os400/
zlib.inc
42
D
Z_BLOCK
C 5
Completed in 21 milliseconds
Indexes created Sat Oct 25 01:09:55 GMT 2025