Searched refs:dictId (Results 1 – 8 of 8) sorted by relevance
22 static unsigned long dictId; /* Adler32 value of the dictionary */ variable72 dictId = c_stream.adler; in test_dict_deflate()115 if (d_stream.adler != dictId) { in test_dict_inflate()
28 static unsigned long dictId; /* Adler32 value of the dictionary */ variable78 dictId = c_stream.adler; in test_dict_deflate()121 if (d_stream.adler != dictId) { in test_dict_inflate()
35 var dictId: LongInt; (* Adler32 value of the dictionary *)464 dictId := c_stream.adler;511 if d_stream.adler <> dictId then
57 uLong dictId; /* Adler32 value of the dictionary */ variable500 dictId = c_stream.adler;545 if (d_stream.adler != dictId) {
52 uLong dictId; /* Adler32 value of the dictionary */ variable492 dictId = c_stream.adler;537 if (d_stream.adler != dictId) {
35 static uLong dictId; /* Adler32 value of the dictionary */ variable475 dictId = c_stream.adler;520 if (d_stream.adler != dictId) {
35 uLong dictId; /* Adler32 value of the dictionary */ variable475 dictId = c_stream.adler;520 if (d_stream.adler != dictId) {
36 static unsigned long dictId = 0; /* Adler32 value of the dictionary */ variable557 dictId = c_stream.adler; in test_dict_deflate()599 if (d_stream.adler != dictId) { in test_dict_inflate()