Home
last modified time | relevance | path

Searched refs:uLongf (Results 1 – 25 of 47) sorted by relevance

12

/external/zlib/google/
Dcompression_utils.cc25 uLongf compressed_size_long = static_cast<uLongf>(output_buffer_size); in GzipCompress()
29 static_cast<uLongf>(input.size()), malloc_fn, free_fn) != Z_OK) { in GzipCompress()
45 const uLongf input_size = static_cast<uLongf>(input.size()); in GzipCompress()
47 uLongf compressed_data_size = in GzipCompress()
78 uLongf uncompressed_size = static_cast<uLongf>(GetUncompressedSize(input)); in GzipUncompress()
86 static_cast<uLongf>(input.length())) == Z_OK) { in GzipUncompress()
100 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress()
106 static_cast<uLongf>(input.size())) == Z_OK; in GzipUncompress()
116 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress()
121 static_cast<uLongf>(input.size())) == Z_OK; in GzipUncompress()
Dcompression_utils_portable.h30 uLongf GzipExpectedCompressedSize(uLongf input_size);
35 uLongf* dest_length,
43 uLongf* dest_length,
51 uLongf* dest_length,
57 uLongf* dest_length,
Dcompression_utils_portable.cc31 uLongf GzipExpectedCompressedSize(uLongf input_size) { in GzipExpectedCompressedSize()
63 uLongf* dest_length, in GzipCompressHelper()
81 uLongf* dest_length, in CompressHelper()
157 uLongf* dest_length, in GzipUncompressHelper()
169 uLongf* dest_length, in UncompressHelper()
/external/zlib/contrib/tests/fuzzers/
Duncompress_fuzzer.cc15 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
Dinflate_fuzzer.cc20 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
Ddeflate_set_dictionary_fuzzer.cc19 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
/external/oss-fuzz/projects/zlib/
Dzlib_uncompress_fuzzer.cc15 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
Dzlib_uncompress2_fuzzer.cc11 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
/external/oss-fuzz/projects/bad_example/
Dbad_example_fuzzer.cc36 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
/external/libwebsockets/win32port/zlib/
Dcompress.c24 uLongf *destLen;
64 uLongf *destLen;
Dzlib.h1102 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1116 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1139 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1606 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
Duncompr.c26 uLongf *destLen;
Dzconf.h124 # define uLongf z_uLongf macro
348 typedef uLong FAR uLongf; typedef
/external/rust/crates/libz-sys/src/zlib/
Dcompress.c24 uLongf *destLen;
70 uLongf *destLen;
Duncompr.c29 uLongf *destLen;
88 uLongf *destLen;
Dzlib.h1227 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1242 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1265 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1283 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
/external/python/cpython2/Modules/zlib/
Dcompress.c24 uLongf *destLen;
70 uLongf *destLen;
Duncompr.c29 uLongf *destLen;
88 uLongf *destLen;
Dzlib.h1227 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1242 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1265 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1283 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
/external/zlib/
Dcompress.c24 uLongf *destLen;
70 uLongf *destLen;
Duncompr.c29 uLongf *destLen;
88 uLongf *destLen;
Dzlib.h1274 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1289 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1312 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1331 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
/external/rust/crates/libz-sys/src/
Dlib.rs15 pub type uLongf = c_ulong; typedef
157 pub fn compress(dest: *mut Bytef, destLen: *mut uLongf, in compress() argument
159 pub fn compress2(dest: *mut Bytef, destLen: *mut uLongf, in compress2() argument
184 destLen: *mut uLongf, in uncompress() argument
/external/freetype/src/gzip/
Dftzconf.h46 # define uLongf z_uLongf macro
233 typedef uLong FAR uLongf; typedef
Dinfblock.h30 uLongf *)); /* check value on output */

12