HomeSort by: relevance | last modified time | path
    Searched defs:dictionary (Results 1 - 1 of 1) sorted by relevancy

  /src/common/dist/zlib/test/
example.c 34 static const char dictionary[] = "hello"; variable
35 static uLong dictId; /* Adler32 value of the dictionary */
406 * Test deflate() with preset dictionary
420 (const Bytef*)dictionary, (int)sizeof(dictionary));
440 * Test inflate() with a preset dictionary
467 fprintf(stderr, "unexpected dictionary");
470 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
471 (int)sizeof(dictionary));
483 printf("inflate with dictionary: %s\n", (char *)uncompr)
    [all...]

Completed in 29 milliseconds