Lines Matching refs:dictionary
16 * dictionary are very simple and thus fast, and deletions are avoided
174 * Insert string str in the dictionary and set match_head to the previous head
315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
317 const Bytef *dictionary;
325 if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL ||
332 strm->adler = adler32(strm->adler, dictionary, dictLength);
337 dictionary += dictLength - length; /* use the tail of the dictionary */
339 zmemcpy(s->window, dictionary, length);
643 /* Save the adler32 of the preset dictionary: */
1384 * This function does not insert new strings in the dictionary since
1445 * new strings in the dictionary only for unmatched strings or for short
1470 * dictionary, and set hash_head to the head of the hash chain:
1577 * dictionary, and set hash_head to the head of the hash chain: