OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deflateInit
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/zlib/
compress.c
13
parameter has the same meaning as in
deflateInit
. sourceLen is the byte
46
err =
deflateInit
(&stream, level);
72
If the default memLevel or windowBits for
deflateInit
() is changed, then
zlib.h
225
is automatically made by
deflateInit
and inflateInit.
229
ZEXTERN int ZEXPORT
deflateInit
OF((z_streamp strm, int level));
233
zalloc and zfree are set to Z_NULL,
deflateInit
updates them to use default
242
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not enough
246
if there is no error message.
deflateInit
does not perform any compression:
333
Z_FINISH can be used immediately after
deflateInit
if all the compression
530
This is another version of
deflateInit
with more compression options. The
541
deflateInit
is used instead.
589
immediately after
deflateInit
, deflateInit2 or deflateReset, before any call
601
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
/external/freetype/src/gzip/
zlib.h
172
This check is automatically made by
deflateInit
and inflateInit.
176
ZEXTERN(int)
deflateInit
OF((z_streamp strm, int level));
180
If zalloc and zfree are set to Z_NULL,
deflateInit
updates them to
189
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not
193
msg is set to null if there is no error message.
deflateInit
does not
253
Z_FINISH can be used immediately after
deflateInit
if all the compression
403
This is another version of
deflateInit
with more compression options. The
414
deflateInit
is used instead.
442
immediately after
deflateInit
, deflateInit2 or deflateReset, before any
454
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkFlate.cpp
50
rc =
deflateInit
(&flateData, Z_DEFAULT_COMPRESSION);
/development/ndk/platforms/android-3/include/
zlib.h
216
This check is automatically made by
deflateInit
and inflateInit.
220
ZEXTERN int ZEXPORT
deflateInit
OF((z_streamp strm, int level));
224
If zalloc and zfree are set to Z_NULL,
deflateInit
updates them to
233
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not
237
msg is set to null if there is no error message.
deflateInit
does not
304
Z_FINISH can be used immediately after
deflateInit
if all the compression
487
This is another version of
deflateInit
with more compression options. The
498
deflateInit
is used instead.
544
immediately after
deflateInit
, deflateInit2 or deflateReset, before any
556
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
/external/chromium_org/net/filter/
gzip_filter_unittest.cc
120
code =
deflateInit
(&zlib_stream, Z_DEFAULT_COMPRESSION);
/external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h
216
This check is automatically made by
deflateInit
and inflateInit.
220
ZEXTERN int ZEXPORT
deflateInit
OF((z_streamp strm, int level));
224
If zalloc and zfree are set to Z_NULL,
deflateInit
updates them to
233
deflateInit
returns Z_OK if success, Z_MEM_ERROR if there was not
237
msg is set to null if there is no error message.
deflateInit
does not
304
Z_FINISH can be used immediately after
deflateInit
if all the compression
487
This is another version of
deflateInit
with more compression options. The
498
deflateInit
is used instead.
544
immediately after
deflateInit
, deflateInit2 or deflateReset, before any
556
deflateInit
or deflateInit2, a part of the dictionary may in effect b
[
all
...]
/external/openssl/crypto/comp/
c_zlib.c
618
deflateInit
(zout, ctx->comp_level);
/external/chromium_org/net/quic/crypto/
cert_compressor.cc
479
int rv =
deflateInit
(&z, Z_DEFAULT_COMPRESSION);
/external/fio/
server.c
1181
if (
deflateInit
(&stream, Z_DEFAULT_COMPRESSION) != Z_OK) {
[
all
...]
/external/chromium_org/net/third_party/nss/ssl/
ssl3con.c
[
all
...]
Completed in 69 milliseconds