HomeSort by relevance Sort by last modified time
    Searched full:uncomprlen (Results 1 - 3 of 3) sorted by null

  /external/zlib/
example.c 38 Byte *uncompr, uLong uncomprLen));
40 Byte *uncompr, uLong uncomprLen));
43 Byte *uncompr, uLong uncomprLen));
45 Byte *uncompr, uLong uncomprLen));
47 Byte *uncompr, uLong uncomprLen));
50 Byte *uncompr, uLong uncomprLen));
53 Byte *uncompr, uLong uncomprLen));
59 void test_compress(compr, comprLen, uncompr, uncomprLen)
61 uLong comprLen, uncomprLen;
71 err = uncompress(uncompr, &uncomprLen, compr, comprLen)
    [all...]
  /external/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...]
  /external/zlib/old/
visual-basic.txt 36 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

Completed in 132 milliseconds