Home
last modified time | relevance | path

Searched refs:uncomprLen (Results 1 - 2 of 2) sorted by relevance

/third_party/zlib/test/
H A Dexample.c63 uLong uncomprLen) in test_compress()
73 err = uncompress(uncompr, &uncomprLen, compr, comprLen); in test_compress()
87 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) in test_gzio() argument
121 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) { in test_gzio()
149 gzgets(file, (char*)uncompr, (int)uncomprLen); in test_gzio()
210 uLong uncomprLen) in test_inflate()
228 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) { in test_inflate()
253 uLong uncomprLen) in test_large_deflate()
272 c_stream.avail_in = (uInt)uncomprLen; in test_large_deflate()
283 c_stream.avail_in = (uInt)uncomprLen/ in test_large_deflate()
62 test_compress(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) test_compress() argument
209 test_inflate(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) test_inflate() argument
252 test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) test_large_deflate() argument
306 test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) test_large_inflate() argument
385 test_sync(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) test_sync() argument
462 test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) test_dict_inflate() argument
518 uLong uncomprLen = 20000; main() local
[all...]
/third_party/zlib/contrib/pascal/
H A Dexample.pas57 uncompr: Pointer; uncomprLen: LongInt);
68 err := uncompress(uncompr, uncomprLen, compr, comprLen);
84 uncomprLen: LongInt);
129 if gzread(zfile, uncompr, uncomprLen) <> len then
161 gzgets(zfile, PChar(uncompr), uncomprLen);
162 uncomprLen := StrLen(PChar(uncompr));
163 if uncomprLen <> 7 then (* " hello!" *)
230 uncompr: Pointer; uncomprLen : LongInt);
247 while (d_stream.total_out < uncomprLen) and
273 uncompr: Pointer; uncomprLen
[all...]

Completed in 1 milliseconds