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

/freebsd-13-stable/sys/contrib/zlib/test/
H A Dexample.c35 static uLong dictId; /* Adler32 value of the dictionary */ variable
475 dictId = c_stream.adler;
520 if (d_stream.adler != dictId) {
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c57 uLong dictId; /* Adler32 value of the dictionary */ variable
500 dictId = c_stream.adler;
545 if (d_stream.adler != dictId) {
H A Dexample_original.c52 uLong dictId; /* Adler32 value of the dictionary */ variable
492 dictId = c_stream.adler;
537 if (d_stream.adler != dictId) {

Completed in 220 milliseconds