Go to the documentation of this file.
64 fprintf(
stderr,
"fitblk abort: %s\n", why);
115 if (
inf->avail_out != 0)
127 int main(
int argc,
char **argv)
138 quit(
"need one argument: size of output block");
139 ret = strtol(argv[1], argv + 1, 10);
141 quit(
"argument must be a number");
143 quit(
"need positive size of 8 or greater");
152 if (
ret !=
Z_OK || blk == NULL)
153 quit(
"out of memory");
160 quit(
"error reading input");
166 if (fwrite(blk, 1, have,
stdout) != have || ferror(
stdout))
167 quit(
"error writing output");
174 "%u bytes unused out of %u requested (all input)\n",
188 quit(
"out of memory");
199 quit(
"out of memory");
214 quit(
"out of memory");
219 if (fwrite(blk, 1, have,
stdout) != have || ferror(
stdout))
220 quit(
"error writing output");
230 "%u bytes unused out of %u requested (%lu input)\n",
int ZEXPORT inflateEnd(z_streamp strm)
#define Z_DEFAULT_COMPRESSION
int ZEXPORT inflate(z_streamp strm, int flush)
int ZEXPORT deflateReset(z_streamp strm)
int partcompress(FILE *in, z_streamp def)
int def(FILE *source, FILE *dest, int level)
int recompress(z_streamp inf, z_streamp def)
int ZEXPORT deflateEnd(z_streamp strm)
#define deflateInit(strm, level)
int main(int argc, char **argv)
int ZEXPORT inflateReset(z_streamp strm)
UniquePtr< SSL_SESSION > ret
int ZEXPORT deflate(z_streamp strm, int flush)
#define inflateInit(strm)
grpc
Author(s):
autogenerated on Fri May 16 2025 02:58:23