Lines Matching defs:dictionary
34 static const char dictionary[] = "hello";
35 static uLong dictId; /* Adler32 value of the dictionary */
454 * Test deflate() with preset dictionary
471 (const Bytef*)dictionary, (int)sizeof(dictionary));
491 * Test inflate() with a preset dictionary
520 fprintf(stderr, "unexpected dictionary");
523 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
524 (int)sizeof(dictionary));
536 printf("inflate with dictionary: %s\n", (char *)uncompr);