HomeSort by: relevance | last modified time | path
    Searched refs:dictId (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/test/
example.c 35 static uLong dictId; /* Adler32 value of the dictionary */
423 dictId = c_stream.adler;
466 if (d_stream.adler != dictId) {
  /src/common/dist/zlib/contrib/pascal/
example.pas 35 var dictId: LongInt; (* Adler32 value of the dictionary *)
464 dictId := c_stream.adler;
511 if d_stream.adler <> dictId then

Completed in 13 milliseconds