Searched refs:test_dict_inflate (Results 1 – 8 of 8) sorted by relevance
/external/oss-fuzz/projects/zlib/ |
D | example_dict_fuzzer.c | 91 void test_dict_inflate(unsigned char *compr, size_t comprLen) { in test_dict_inflate() function 157 test_dict_inflate(compr, comprLen); in LLVMFuzzerTestOneInput()
|
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/ |
D | example_dict_fuzzer.c | 97 void test_dict_inflate(unsigned char *compr, size_t comprLen) { in test_dict_inflate() function 163 test_dict_inflate(compr, comprLen); in LLVMFuzzerTestOneInput()
|
/external/zstd/zlibWrapper/examples/ |
D | example.c | 70 void test_dict_inflate OF((Byte *compr, uLong comprLen, 519 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() function 623 test_dict_inflate(compr, comprLen, uncompr, uncomprLen);
|
D | example_original.c | 65 void test_dict_inflate OF((Byte *compr, uLong comprLen, 511 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() function 612 test_dict_inflate(compr, comprLen, uncompr, uncomprLen);
|
/external/rust/crates/libz-sys/src/zlib/test/ |
D | example.c | 48 void test_dict_inflate OF((Byte *compr, uLong comprLen, 494 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() function 596 test_dict_inflate(compr, comprLen, uncompr, uncomprLen);
|
/external/python/cpython2/Modules/zlib/ |
D | example.c | 48 void test_dict_inflate OF((Byte *compr, uLong comprLen, 494 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() function 595 test_dict_inflate(compr, comprLen, uncompr, uncomprLen);
|
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/ |
D | example.pas | 484 procedure test_dict_inflate(compr: Pointer; comprLen: LongInt; procedure 594 test_dict_inflate(compr, comprLen, uncompr, uncomprLen);
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | example.c | 48 void test_dict_inflate (unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t unco… 576 void test_dict_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomp… in test_dict_inflate() function 1048 test_dict_inflate(compr, comprLen, uncompr, uncomprLen); in main()
|