Home
last modified time | relevance | path

Searched refs:uncompr (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/sys/contrib/zstd/zlibWrapper/examples/
HDexample.c61 Byte *uncompr, uLong uncomprLen));
63 Byte *uncompr, uLong uncomprLen));
65 Byte *uncompr, uLong uncomprLen));
68 Byte *uncompr, uLong uncomprLen));
71 Byte *uncompr, uLong uncomprLen));
106 Byte *uncompr, uLong uncomprLen));
108 Byte *uncompr, uLong uncomprLen));
113 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument
114 Byte *compr, *uncompr; in test_compress()
123 strcpy((char*)uncompr, "garbage");
[all …]
HDexample_original.c56 Byte *uncompr, uLong uncomprLen));
58 Byte *uncompr, uLong uncomprLen));
60 Byte *uncompr, uLong uncomprLen));
63 Byte *uncompr, uLong uncomprLen));
66 Byte *uncompr, uLong uncomprLen));
98 Byte *uncompr, uLong uncomprLen));
100 Byte *uncompr, uLong uncomprLen));
105 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument
106 Byte *compr, *uncompr; in test_compress()
115 strcpy((char*)uncompr, "garbage");
[all …]
HDminigzip.c554 int uncompr = 0; local
569 uncompr = 1;
571 copyout = uncompr = 1;
577 uncompr = 1;
596 if (uncompr) {
610 if (uncompr) {
/freebsd-14-stable/sys/contrib/zlib/test/
HDexample.c60 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress() argument
68 strcpy((char*)uncompr, "garbage"); in test_compress()
70 err = uncompress(uncompr, &uncomprLen, compr, comprLen); in test_compress()
73 if (strcmp((char*)uncompr, hello)) { in test_compress()
77 printf("uncompress(): %s\n", (char *)uncompr); in test_compress()
84 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) { in test_gzio() argument
115 strcpy((char*)uncompr, "garbage"); in test_gzio()
117 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) { in test_gzio()
121 if (strcmp((char*)uncompr, hello)) { in test_gzio()
122 fprintf(stderr, "bad gzread: %s\n", (char*)uncompr); in test_gzio()
[all …]
HDminigzip.c489 int uncompr = 0; in main() local
508 uncompr = 1; in main()
510 copyout = uncompr = 1; in main()
516 uncompr = 1; in main()
535 if (uncompr) { in main()
549 if (uncompr) { in main()
/freebsd-14-stable/sys/modules/zlib/
HDMakefile17 SRCS+= uncompr.c
22 CWARNFLAGS.uncompr.c+=-Wno-cast-qual # uncompr:49
/freebsd-14-stable/sys/dev/random/
HDunit_test.c86 block_deflate(uint8_t *uncompr, uint8_t *compr, const size_t len) in block_deflate() argument
101 c_stream.next_in = uncompr; in block_deflate()
/freebsd-14-stable/lib/libz/
HDMakefile39 SRCS+= uncompr.c
/freebsd-14-stable/sys/conf/
HDfiles4103 contrib/zlib/uncompr.c optional crypto | geom_uzip | \