Lines Matching refs:dictionary
35 const char dictionary[] = "hello";
36 uLong dictId; /* Adler32 value of the dictionary */
418 * Test deflate() with preset dictionary
435 (const Bytef*)dictionary, sizeof(dictionary));
455 * Test inflate() with a preset dictionary
484 fprintf(stderr, "unexpected dictionary");
487 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
488 sizeof(dictionary));
500 printf("inflate with dictionary: %s\n", (char *)uncompr);