Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dexample.c39 void test_gzio OF((const char *fname,
85 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() function
545 test_gzio((argc > 1 ? argv[1] : TESTFILE),
DChangeLog232 - Modify test_gzio in example.c to take a single file name as a
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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),
DChangeLog849 - Modify test_gzio in example.c to take a single file name as a