Home
last modified time | relevance | path

Searched refs:uncomprLen (Results 1 – 3 of 3) sorted by relevance

/external/zlib/src/test/
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) in test_compress() argument
90 uLong comprLen, uncomprLen;
100 err = uncompress(uncompr, &uncomprLen, compr, comprLen);
[all …]
/external/zlib/src/contrib/pascal/
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: LongInt);
[all …]
/external/zlib/src/old/
Dvisual-basic.txt36 As String, uncomprLen As Any, ByVal compr As String, ByVal
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
53 (ByVal uncompr As String, uncomprLen As Any, ByVal compr As
59 uncomprLen As Long) As Long
62 uncomprLen As Long) As Long