OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deflateInit
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibpas.pas
106
function
deflateInit
(var strm: z_stream; level: Integer): Integer;
227
function
deflateInit
(var strm: z_stream; level: Integer): Integer;
/src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibpas.pas
106
function
deflateInit
(var strm: z_stream; level: Integer): Integer;
227
function
deflateInit
(var strm: z_stream; level: Integer): Integer;
/src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
zlibpas.pas
106
function
deflateInit
(var strm: z_stream; level: Integer): Integer;
227
function
deflateInit
(var strm: z_stream; level: Integer): Integer;
/src/external/gpl3/gdb/dist/zlib/contrib/pascal/
zlibpas.pas
106
function
deflateInit
(var strm: z_stream; level: Integer): Integer;
227
function
deflateInit
(var strm: z_stream; level: Integer): Integer;
/src/common/dist/zlib/contrib/pascal/
zlibpas.pas
106
function
deflateInit
(var strm: z_stream; level: Integer): Integer;
227
function
deflateInit
(var strm: z_stream; level: Integer): Integer;
/src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h
218
This check is automatically made by
deflateInit
and inflateInit.
222
ZEXTERN int ZEXPORT
deflateInit
OF((z_streamp strm, int level));
226
If zalloc and zfree are set to Z_NULL,
deflateInit
updates them to
235
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not
239
msg is set to null if there is no error message.
deflateInit
does not
306
Z_FINISH can be used immediately after
deflateInit
if all the compression
489
This is another version of
deflateInit
with more compression options. The
500
deflateInit
is used instead.
546
immediately after
deflateInit
, deflateInit2 or deflateReset, before any
558
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
/src/sys/net/
zlib.h
470
This check is automatically made by
deflateInit
and inflateInit.
474
ZEXTERN int ZEXPORT
deflateInit
(z_streamp, int);
478
If zalloc and zfree are set to Z_NULL,
deflateInit
updates them to
487
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not
491
msg is set to null if there is no error message.
deflateInit
does not
559
Z_FINISH can be used immediately after
deflateInit
if all the compression
708
This is another version of
deflateInit
with more compression options. The
719
deflateInit
is used instead.
748
immediately after
deflateInit
, deflateInit2 or deflateReset, before any
760
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
/src/external/gpl3/binutils/dist/zlib/
zlib.h
224
is automatically made by
deflateInit
and inflateInit.
228
ZEXTERN int ZEXPORT
deflateInit
(z_streamp strm, int level);
232
zalloc and zfree are set to Z_NULL,
deflateInit
updates them to use default
241
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not enough
245
if there is no error message.
deflateInit
does not perform any compression:
334
Z_FINISH can be used in the first deflate call after
deflateInit
if all the
546
This is another version of
deflateInit
with more compression options. The
556
deflateInit
is used instead.
617
function must be called immediately after
deflateInit
, deflateInit2 or
634
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
zconf.h
50
# define
deflateInit
z_deflateInit
/src/external/gpl3/binutils.old/dist/zlib/
zlib.h
224
is automatically made by
deflateInit
and inflateInit.
228
ZEXTERN int ZEXPORT
deflateInit
OF((z_streamp strm, int level));
232
zalloc and zfree are set to Z_NULL,
deflateInit
updates them to use default
241
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not enough
245
if there is no error message.
deflateInit
does not perform any compression:
334
Z_FINISH can be used in the first deflate call after
deflateInit
if all the
545
This is another version of
deflateInit
with more compression options. The
555
deflateInit
is used instead.
616
function must be called immediately after
deflateInit
, deflateInit2 or
633
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
zconf.h
47
# define
deflateInit
z_deflateInit
/src/external/gpl3/gdb.old/dist/zlib/
zlib.h
224
is automatically made by
deflateInit
and inflateInit.
228
ZEXTERN int ZEXPORT
deflateInit
OF((z_streamp strm, int level));
232
zalloc and zfree are set to Z_NULL,
deflateInit
updates them to use default
241
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not enough
245
if there is no error message.
deflateInit
does not perform any compression:
334
Z_FINISH can be used in the first deflate call after
deflateInit
if all the
545
This is another version of
deflateInit
with more compression options. The
555
deflateInit
is used instead.
616
function must be called immediately after
deflateInit
, deflateInit2 or
633
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
zconf.h
47
# define
deflateInit
z_deflateInit
/src/external/gpl3/gdb/dist/zlib/
zlib.h
224
is automatically made by
deflateInit
and inflateInit.
228
ZEXTERN int ZEXPORT
deflateInit
(z_streamp strm, int level);
232
zalloc and zfree are set to Z_NULL,
deflateInit
updates them to use default
241
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not enough
245
if there is no error message.
deflateInit
does not perform any compression:
334
Z_FINISH can be used in the first deflate call after
deflateInit
if all the
546
This is another version of
deflateInit
with more compression options. The
556
deflateInit
is used instead.
617
function must be called immediately after
deflateInit
, deflateInit2 or
634
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
zconf.h
50
# define
deflateInit
z_deflateInit
/src/common/dist/zlib/
zlib.h
230
is automatically made by
deflateInit
and inflateInit.
234
ZEXTERN int ZEXPORT
deflateInit
(z_streamp strm, int level);
238
zalloc and zfree are set to Z_NULL,
deflateInit
updates them to use default
247
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not enough
251
if there is no error message.
deflateInit
does not perform any compression:
340
Z_FINISH can be used in the first deflate call after
deflateInit
if all the
552
This is another version of
deflateInit
with more compression options. The
562
deflateInit
is used instead.
626
function must be called immediately after
deflateInit
, deflateInit2 or
643
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
zconf.h
58
# define
deflateInit
z_deflateInit
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h
561
This check is automatically made by
deflateInit
and inflateInit.
565
ZEXTERN int ZEXPORT
deflateInit
OF((z_streamp strm, int level));
569
If zalloc and zfree are set to Z_NULL,
deflateInit
updates them to
578
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not
582
msg is set to null if there is no error message.
deflateInit
does not
649
Z_FINISH can be used immediately after
deflateInit
if all the compression
832
This is another version of
deflateInit
with more compression options. The
843
deflateInit
is used instead.
889
immediately after
deflateInit
, deflateInit2 or deflateReset, before any
901
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
Completed in 31 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026