/src/common/dist/zlib/examples/ |
gun.c | 155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ 191 /* Decompress a compress (LZW) file from indp to outfile. The compress magic 200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, 388 struct ind ind, *indp; local in function:gunpipe 394 indp = &ind; 415 ret = lunpipe(have, next, indp, outfile, strm); 475 ret = inflateBack(strm, in, indp, out, &outd);
|
gun.c | 155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ 191 /* Decompress a compress (LZW) file from indp to outfile. The compress magic 200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, 388 struct ind ind, *indp; local in function:gunpipe 394 indp = &ind; 415 ret = lunpipe(have, next, indp, outfile, strm); 475 ret = inflateBack(strm, in, indp, out, &outd);
|
gun.c | 155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ 191 /* Decompress a compress (LZW) file from indp to outfile. The compress magic 200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, 388 struct ind ind, *indp; local in function:gunpipe 394 indp = &ind; 415 ret = lunpipe(have, next, indp, outfile, strm); 475 ret = inflateBack(strm, in, indp, out, &outd);
|