MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_cb_to_cb

Function test_cb_to_cb

freebsd/contrib/xz-embedded/userspace/boottest.c:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60static void test_cb_to_cb(void)
61{
62 int ret;
63 ret = decompress(NULL, 0, &fill, &flush, NULL, NULL, &error);
64 fprintf(stderr, "ret = %d\n", ret);
65}
66
67/*
68 * Not used by Linux <= 2.6.37-rc4 and newer probably won't use it either,

Callers 1

mainFunction · 0.85

Calls 1

decompressFunction · 0.50

Tested by

no test coverage detected