Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
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);
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);
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c45 void test_sync OF((Byte *compr, uLong comprLen,
413 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() function
592 test_sync(compr, comprLen, uncompr, uncomprLen);
/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…
/f-stack/freebsd/contrib/zlib/
H A DChangeLog1181 - in example.c use correct compressed length for test_sync