dictLength        312 lib/zlib/deflate.c int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
dictLength        315 lib/zlib/deflate.c     uInt  dictLength;
dictLength        318 lib/zlib/deflate.c     uInt length = dictLength;
dictLength        329 lib/zlib/deflate.c         strm->adler = adler32(strm->adler, dictionary, dictLength);
dictLength        334 lib/zlib/deflate.c         dictionary += dictLength - length; /* use the tail of the dictionary */
dictLength       1169 lib/zlib/inflate.c int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
dictLength       1172 lib/zlib/inflate.c uInt dictLength;
dictLength       1186 lib/zlib/inflate.c         id = adler32(id, dictionary, dictLength);
dictLength       1196 lib/zlib/inflate.c     if (dictLength > state->wsize) {
dictLength       1197 lib/zlib/inflate.c         zmemcpy(state->window, dictionary + dictLength - state->wsize,
dictLength       1202 lib/zlib/inflate.c         zmemcpy(state->window + state->wsize - dictLength, dictionary,
dictLength       1203 lib/zlib/inflate.c                 dictLength);
dictLength       1204 lib/zlib/inflate.c         state->whave = dictLength;
dictLength        556 lib/zlib/zlib.h                                              uInt  dictLength));
dictLength        754 lib/zlib/zlib.h                                              uInt  dictLength));