Searched refs:uncompr (Results 1 – 9 of 9) sorted by relevance
| /src/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | example.c | 61 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 …]
|
| H A D | example_original.c | 56 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 …]
|
| H A D | minigzip.c | 554 int uncompr = 0; local 569 uncompr = 1; 571 copyout = uncompr = 1; 577 uncompr = 1; 596 if (uncompr) { 610 if (uncompr) {
|
| /src/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()
|
| /src/sys/modules/zlib/ |
| H A D | Makefile | 16 SRCS+= uncompr.c 21 CWARNFLAGS.uncompr.c+=-Wno-cast-qual # uncompr:49
|
| /src/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()
|
| /src/lib/libz/ |
| H A D | Makefile | 36 SRCS+= uncompr.c
|
| /src/sys/conf/ |
| H A D | files | 4182 contrib/zlib/uncompr.c optional crypto | geom_uzip | \
|