Home
last modified time | relevance | path

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

/external/zlib/src/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/zlib/src/test/
Dexample.c35 uLong dictId; /* Adler32 value of the dictionary */ variable
475 dictId = c_stream.adler;
520 if (d_stream.adler != dictId) {