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

/external/zlib/src/test/
H A Dexample.c39 Byte *uncompr, uLong uncomprLen));
41 Byte *uncompr, uLong uncomprLen));
43 Byte *uncompr, uLong uncomprLen));
46 Byte *uncompr, uLong uncomprLen));
49 Byte *uncompr, uLong uncomprLen));
81 Byte *uncompr, uLong uncomprLen));
83 Byte *uncompr, uLong uncomprLen));
88 void test_compress(compr, comprLen, uncompr, uncomprLen)
90 uLong comprLen, uncomprLen;
100 err = uncompress(uncompr, &uncomprLen, comp
551 uLong uncomprLen = comprLen; local
[all...]
/external/zlib/src/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 81 milliseconds