Searched refs:uncompr (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/zlib/test/ |
| H A D | example.c | 66 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress() argument 74 strcpy((char*)uncompr, "garbage"); in test_compress() 76 err = uncompress(uncompr, &uncomprLen, compr, comprLen); in test_compress() 79 if (strcmp((char*)uncompr, hello)) { in test_compress() 83 printf("uncompress(): %s\n", (char *)uncompr); in test_compress() 90 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) { in test_gzio() argument 121 strcpy((char*)uncompr, "garbage"); in test_gzio() 123 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) { in test_gzio() 127 if (strcmp((char*)uncompr, hello)) { in test_gzio() 128 fprintf(stderr, "bad gzread: %s\n", (char*)uncompr); in test_gzio() [all …]
|
| H A D | minigzip.c | 507 int uncompr = 0; in main() local 521 uncompr = 1; in main() 523 copyout = uncompr = 1; in main() 529 uncompr = 1; in main() 548 if (uncompr) { in main() 562 if (uncompr) { in main()
|
| /freebsd/sys/modules/zlib/ |
| H A D | Makefile | 16 SRCS+= uncompr.c 21 CWARNFLAGS.uncompr.c+=-Wno-cast-qual # uncompr:49
|
| /freebsd/sys/dev/random/ |
| H A D | unit_test.c | 86 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/lib/libz/ |
| H A D | Makefile | 36 SRCS+= uncompr.c
|
| /freebsd/sys/conf/ |
| H A D | files | 4194 contrib/zlib/uncompr.c optional crypto | geom_uzip | \
|