Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/zlib/
Dexample_dict_fuzzer.c22 static unsigned long dictId; /* Adler32 value of the dictionary */ variable
72 dictId = c_stream.adler; in test_dict_deflate()
115 if (d_stream.adler != dictId) { in test_dict_inflate()
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dexample_dict_fuzzer.c28 static unsigned long dictId; /* Adler32 value of the dictionary */ variable
78 dictId = c_stream.adler; in test_dict_deflate()
121 if (d_stream.adler != dictId) { in test_dict_inflate()
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dexample.pas35 var dictId: LongInt; (* Adler32 value of the dictionary *)
464 dictId := c_stream.adler;
511 if d_stream.adler <> dictId then
/external/zstd/zlibWrapper/examples/
Dexample.c57 uLong dictId; /* Adler32 value of the dictionary */ variable
500 dictId = c_stream.adler;
545 if (d_stream.adler != dictId) {
Dexample_original.c52 uLong dictId; /* Adler32 value of the dictionary */ variable
492 dictId = c_stream.adler;
537 if (d_stream.adler != dictId) {
/external/rust/crates/libz-sys/src/zlib/test/
Dexample.c35 static uLong dictId; /* Adler32 value of the dictionary */ variable
475 dictId = c_stream.adler;
520 if (d_stream.adler != dictId) {
/external/python/cpython2/Modules/zlib/
Dexample.c35 uLong dictId; /* Adler32 value of the dictionary */ variable
475 dictId = c_stream.adler;
520 if (d_stream.adler != dictId) {
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dexample.c36 static unsigned long dictId = 0; /* Adler32 value of the dictionary */ variable
557 dictId = c_stream.adler; in test_dict_deflate()
599 if (d_stream.adler != dictId) { in test_dict_inflate()