Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/zlib/
Dexample_dict_fuzzer.c91 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/
Dexample_dict_fuzzer.c97 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/
Dexample.c70 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);
Dexample_original.c65 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/
Dexample.c48 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/
Dexample.c48 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/
Dexample.pas484 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/
Dexample.c48 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()