Searched refs:test_deflate (Results 1 – 8 of 8) sorted by relevance
/external/oss-fuzz/projects/zlib/ |
D | example_small_fuzzer.c | 25 void test_deflate(unsigned char *compr, size_t comprLen) { in test_deflate() function 110 test_deflate(compr, comprLen); in LLVMFuzzerTestOneInput()
|
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/ |
D | fuzzer_example_small.c | 26 void test_deflate(unsigned char *compr, size_t comprLen) { in test_deflate() function 110 test_deflate(compr, comprLen); in LLVMFuzzerTestOneInput()
|
/external/zstd/zlibWrapper/examples/ |
D | example_original.c | 54 void test_deflate OF((Byte *compr, uLong comprLen)); 217 void test_deflate(compr, comprLen) in test_deflate() function 601 test_deflate(compr, comprLen);
|
D | example.c | 59 void test_deflate OF((Byte *compr, uLong comprLen)); 225 void test_deflate(compr, comprLen) in test_deflate() function 610 test_deflate(compr, comprLen);
|
/external/python/cpython2/Modules/zlib/ |
D | example.c | 37 void test_deflate OF((Byte *compr, uLong comprLen)); 200 void test_deflate(compr, comprLen) in test_deflate() function 584 test_deflate(compr, comprLen);
|
/external/rust/crates/libz-sys/src/zlib/test/ |
D | example.c | 37 void test_deflate OF((Byte *compr, uLong comprLen)); 200 void test_deflate(compr, comprLen) in test_deflate() function 585 test_deflate(compr, comprLen);
|
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/ |
D | example.pas | 184 procedure test_deflate(compr: Pointer; comprLen: LongInt); procedure 565 test_deflate(compr, comprLen);
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | example.c | 34 void test_deflate (unsigned char *compr, size_t comprLen); 199 void test_deflate(unsigned char *compr, size_t comprLen) { in test_deflate() function 984 test_deflate(compr, comprLen); in main()
|