Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
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);
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);
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c44 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 DREADME.md60 We were forced to turn off the following functions: `test_flush`, `test_sync` which use currently u…