Home
last modified time | relevance | path

Searched refs:test_gzio (Results 1 – 5 of 5) sorted by relevance

/external/zlib/src/contrib/pascal/
Dexample.pas82 procedure test_gzio(const fname: PChar; (* compressed file name *) procedure
558 test_gzio(ParamStr(1), uncompr, uncomprLen)
560 test_gzio(TESTFILE, uncompr, uncomprLen);
/external/python/cpython2/Modules/zlib/
Dexample.c82 void test_gzio OF((const char *fname,
114 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() function
580 test_gzio((argc > 1 ? argv[1] : TESTFILE),
DChangeLog892 - Modify test_gzio in example.c to take a single file name as a
/external/zlib/src/test/
Dexample.c82 void test_gzio OF((const char *fname,
114 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() function
581 test_gzio((argc > 1 ? argv[1] : TESTFILE),
/external/zlib/src/
DChangeLog892 - Modify test_gzio in example.c to take a single file name as a