OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_gzio
(Results
1 - 2
of
2
) sorted by null
/external/zlib/src/test/
example.c
82
void
test_gzio
OF((const char *fname,
114
void
test_gzio
(fname, uncompr, uncomprLen)
function
580
test_gzio
((argc > 1 ? argv[1] : TESTFILE),
/external/zlib/src/contrib/pascal/
example.pas
17
{DO NOT $DEFINE
TEST_GZIO
}
81
{$IFDEF
TEST_GZIO
}
82
procedure
test_gzio
(const fname: PChar; (* compressed file name *)
procedure
555
{$IFDEF
TEST_GZIO
}
558
test_gzio
(ParamStr(1), uncompr, uncomprLen)
560
test_gzio
(TESTFILE, uncompr, uncomprLen);
Completed in 295 milliseconds