Home
last modified time | relevance | path

Searched refs:dictId (Results 1 - 2 of 2) sorted by relevance

/third_party/zlib/contrib/pascal/
H A Dexample.pas35 var dictId: LongInt; (* Adler32 value of the dictionary *)
464 dictId := c_stream.adler;
511 if d_stream.adler <> dictId then
/third_party/zlib/test/
H A Dexample.c35 static uLong dictId; /* Adler32 value of the dictionary */ variable
443 dictId = c_stream.adler; in test_dict_deflate()
490 if (d_stream.adler != dictId) { in test_dict_inflate()

Completed in 2 milliseconds