Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c66 void test_flush OF((Byte *compr, uLong *comprLen));
400 void test_flush(compr, comprLen) in test_flush() function
617 test_flush(compr, &comprLen);
H A Dexample_original.c61 void test_flush OF((Byte *compr, uLong *comprLen));
392 void test_flush(compr, comprLen) in test_flush() function
607 test_flush(compr, &comprLen);
/freebsd/sys/contrib/zlib/test/
H A Dexample.c332 static void test_flush(Byte *compr, uLong *comprLen) { in test_flush() function
535 test_flush(compr, &comprLen); in main()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md60 We were forced to turn off the following functions: `test_flush`, `test_sync` which use currently u…