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

Function test_buf_to_buf

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

Source from the content-addressed store, hash-verified

38}
39
40static void test_buf_to_buf(void)
41{
42 size_t in_size;
43 int ret;
44 in_size = fread(in, 1, sizeof(in), stdin);
45 ret = decompress(in, in_size, NULL, NULL, out, NULL, &error);
46 /* fwrite(out, 1, FIXME, stdout); */
47 fprintf(stderr, "ret = %d\n", ret);
48}
49
50static void test_buf_to_cb(void)
51{

Callers 1

mainFunction · 0.85

Calls 1

decompressFunction · 0.50

Tested by

no test coverage detected