HomeSort by relevance Sort by last modified time
    Searched refs:test_gzio (Results 1 - 2 of 2) sorted by null

  /external/zlib/
example.c 39 void test_gzio OF((const char *fname,
85 void test_gzio(fname, uncompr, uncomprLen) function
545 test_gzio((argc > 1 ? argv[1] : TESTFILE),
  /external/zlib/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 222 milliseconds