Home
last modified time | relevance | path

Searched refs:test_sync (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c67 void test_sync OF((Byte *compr, uLong comprLen,
438 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() function
618 test_sync(compr, comprLen, uncompr, uncomprLen);
H A Dexample_original.c62 void test_sync OF((Byte *compr, uLong comprLen,
430 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() function
608 test_sync(compr, comprLen, uncompr, uncomprLen);
/freebsd/sys/contrib/zlib/test/
H A Dexample.c367 static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, in test_sync() function
536 test_sync(compr, comprLen, uncompr, uncomprLen); 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…
/freebsd/sys/contrib/zlib/
H A DChangeLog1284 - in example.c use correct compressed length for test_sync