Lines Matching refs:inflate
254 * @tc.name : Test inflate
281 err = inflate(&d_stream, Z_NO_FLUSH);
285 fprintf(stderr, "inflate result: %d\n", err);
357 * @tc.name : Test inflate with large buffers
383 err = inflate(&d_stream, Z_NO_FLUSH);
465 inflate(&d_stream, Z_NO_FLUSH);
468 inflate(&d_stream, Z_FINISH);
516 * @tc.name : Test inflate with a preset dictionary
541 err = inflate(&d_stream, Z_NO_FLUSH);
558 fprintf(stderr, "bad inflate with dict\n");
560 printf("inflate with dictionary: %s\n", reinterpret_cast<char *>(uncompr));
1398 err = inflate(nullptr, 0);
1432 err = inflate(&d_stream, Z_NO_FLUSH);
1603 inflate(&d_stream, Z_NO_FLUSH);
1610 inflate(&d_stream, Z_NO_FLUSH);
1641 inflate(&d_stream, Z_NO_FLUSH);