HomeSort by: relevance | last modified time | path
    Searched refs:uncomprLen (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/test/
example.c 61 uLong uncomprLen) {
70 err = uncompress(uncompr, &uncomprLen, compr, comprLen);
84 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) {
117 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) {
145 gzgets(file, (char*)uncompr, (int)uncomprLen);
202 uLong uncomprLen) {
219 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
241 uLong uncomprLen) {
259 c_stream.avail_in = (uInt)uncomprLen;
270 c_stream.avail_in = (uInt)uncomprLen/2
    [all...]
  /src/common/dist/zlib/contrib/pascal/
example.pas 57 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: LongInt)
    [all...]

Completed in 12 milliseconds