Searched refs:test_flush (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/zlib/test/
H A Dexample.c44 void test_flush OF((Byte *compr, uLong *comprLen));
375 void test_flush(compr, comprLen) function
591 test_flush(compr, &comprLen);
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c3 * - test_flush() and test_sync() use functions not supported by zlibWrapper
66 void test_flush OF((Byte *compr, uLong *comprLen));
400 void test_flush(compr, comprLen) 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) function
607 test_flush(compr, &comprLen);

Completed in 113 milliseconds