Searched refs:test_flush (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | example_original.c | 61 void test_flush OF((Byte *compr, uLong *comprLen)); 392 void test_flush(compr, comprLen) in test_flush() function 607 test_flush(compr, &comprLen);
|
| H A D | example.c | 66 void test_flush OF((Byte *compr, uLong *comprLen)); 400 void test_flush(compr, comprLen) in test_flush() function 617 test_flush(compr, &comprLen);
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 44 void test_flush OF((Byte *compr, uLong *comprLen)); 375 void test_flush(compr, comprLen) in test_flush() function 591 test_flush(compr, &comprLen);
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 60 We were forced to turn off the following functions: `test_flush`, `test_sync` which use currently u…
|