OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Z_SYNC_FLUSH
(Results
1 - 13
of
13
) sorted by relevancy
/src/tests/crypto/opencrypto/
h_comp_zlib.c
83
res = inflate(&z,
Z_SYNC_FLUSH
);
h_comp_zlib_rnd.c
87
res = inflate(&z,
Z_SYNC_FLUSH
);
/src/common/dist/zlib/contrib/testzlib/
testzlib.c
209
ret=deflate(&zcpr,(zcpr.avail_in==lOrigToDo) ? Z_FINISH :
Z_SYNC_FLUSH
);
250
ret=inflate(&zcpr,
Z_SYNC_FLUSH
);
/src/sys/opencrypto/
deflate.c
127
error = decomp ? inflate(&zbuf,
Z_SYNC_FLUSH
) :
323
error = decomp ? inflate(&zbuf,
Z_SYNC_FLUSH
) :
/src/sys/net/
zlib.h
420
#define Z_PARTIAL_FLUSH 1 /* will be removed, use
Z_SYNC_FLUSH
instead */
422
#define
Z_SYNC_FLUSH
3
526
If the parameter flush is set to
Z_SYNC_FLUSH
, all pending output is
534
Z_SYNC_FLUSH
, and the compression state is reset so that decompression can
645
If the parameter flush is set to
Z_SYNC_FLUSH
or Z_PACKET_FLUSH,
648
parameter other than
Z_SYNC_FLUSH
, Z_PACKET_FLUSH or Z_FINISH, but the
/src/common/dist/zlib/contrib/ada/
zlib-thin.ads
58
--
Z_SYNC_FLUSH
instead
60
Z_SYNC_FLUSH
: constant := 2; -- zlib.h:127
zlib.ads
86
-- Will be removed, use
Z_SYNC_FLUSH
instead
/src/common/dist/zlib/contrib/pascal/
zlibpas.pas
70
Z_SYNC_FLUSH
= 2;
/src/common/dist/zlib/
zlib.h
172
#define
Z_SYNC_FLUSH
2
288
If the parameter flush is set to
Z_SYNC_FLUSH
, all pending output is
300
input data so far will be available to the decompressor, as for
Z_SYNC_FLUSH
.
307
for
Z_SYNC_FLUSH
, but the output is not aligned on a byte boundary, and up to
316
Z_SYNC_FLUSH
, and the compression state is reset so that decompression can
324
avail_out). In the case of a Z_FULL_FLUSH or
Z_SYNC_FLUSH
, make sure that
435
The flush parameter of inflate() can be Z_NO_FLUSH,
Z_SYNC_FLUSH
, Z_FINISH,
436
Z_BLOCK, or Z_TREES.
Z_SYNC_FLUSH
requests that inflate() flush as much
624
options Z_BLOCK, Z_PARTIAL_FLUSH,
Z_SYNC_FLUSH
, or Z_FULL_FLUSH. The
/src/common/dist/zlib/contrib/delphi/
ZLib.pas
169
Z_SYNC_FLUSH
= 2;
/src/usr.sbin/makemandb/
apropos-utils.c
288
while ((rc = inflate(&stream,
Z_SYNC_FLUSH
)) != Z_STREAM_END) {
/src/common/dist/zlib/os400/
zlib.inc
39
D
Z_SYNC_FLUSH
C 2
/src/common/dist/zlib/contrib/minizip/
unzip.c
1710
int flush=
Z_SYNC_FLUSH
;
Completed in 41 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025