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

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

Completed in 687 milliseconds