Searched defs:comprLen (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/regress/lib/libz/ |
H A D | example.c | 60 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress() 166 static void test_deflate(Byte *compr, uLong comprLen) { in test_deflate() 201 static void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_inflate() 240 static void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_deflate() 293 static void test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_inflate() 332 static void test_flush(Byte *compr, uLong *comprLen) { in test_flush() 367 static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, in test_sync() 408 static void test_dict_deflate(Byte *compr, uLong comprLen) { in test_dict_deflate() 442 static void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_dict_inflate() 494 uLong comprLen = 3 * uncomprLen; in main() local
|