Home
last modified time | relevance | path

Searched refs:test_dict_deflate (Results 1 – 8 of 8) sorted by relevance

/external/oss-fuzz/projects/zlib/
Dexample_dict_fuzzer.c27 void test_dict_deflate(unsigned char **compr, size_t *comprLen) in test_dict_deflate() function
156 test_dict_deflate(&compr, &comprLen); in LLVMFuzzerTestOneInput()
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dexample_dict_fuzzer.c33 void test_dict_deflate(unsigned char **compr, size_t *comprLen) { in test_dict_deflate() function
162 test_dict_deflate(&compr, &comprLen); in LLVMFuzzerTestOneInput()
/external/zstd/zlibWrapper/examples/
Dexample.c69 void test_dict_deflate OF((Byte *compr, uLong comprLen));
482 void test_dict_deflate(compr, comprLen) in test_dict_deflate() function
622 test_dict_deflate(compr, comprLen);
Dexample_original.c64 void test_dict_deflate OF((Byte *compr, uLong comprLen));
474 void test_dict_deflate(compr, comprLen) in test_dict_deflate() function
611 test_dict_deflate(compr, comprLen);
/external/rust/crates/libz-sys/src/zlib/test/
Dexample.c47 void test_dict_deflate OF((Byte *compr, uLong comprLen));
457 void test_dict_deflate(compr, comprLen) in test_dict_deflate() function
595 test_dict_deflate(compr, comprLen);
/external/python/cpython2/Modules/zlib/
Dexample.c47 void test_dict_deflate OF((Byte *compr, uLong comprLen));
457 void test_dict_deflate(compr, comprLen) in test_dict_deflate() function
594 test_dict_deflate(compr, comprLen);
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dexample.pas450 procedure test_dict_deflate(compr: Pointer; comprLen: LongInt); procedure
593 test_dict_deflate(compr, comprLen);
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dexample.c47 void test_dict_deflate (unsigned char *compr, size_t comprLen);
541 void test_dict_deflate(unsigned char *compr, size_t comprLen) { in test_dict_deflate() function
1047 test_dict_deflate(compr, comprLen); in main()