Lines Matching defs:end
28 gun will decompress from stdin to stdout. The names must end in .gz, -gz,
45 magic header bytes. Since the end of Unix compress stream is marked by the
46 end-of-file, they cannot be concatenated. If a Unix compress stream is
88 returns end-of-file or error. Return 0 on error. */
196 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
212 unsigned end; /* last valid entry in prefix/suffix tables */
245 end = flags ? 256 : 255;
268 if (end >= mask && bits < max) {
279 if (NEXT() == -1) { /* EOF is end of compressed data */
291 if (NEXT() == -1) /* can't end in middle of code */
306 end = 255; /* empty table */
312 if (code > end) {
315 input does not cause an exception. The code != end + 1 check is
320 In any case, the prev > end check must be retained. */
321 if (code != end + 1 || prev > end) {
340 if (end < mask) {
341 end++;
342 prefix[end] = (unsigned short)prev;
343 suffix[end] = (unsigned char)final;
366 left provide the first 0..7 bits of the next code, end is the last
617 fprintf(stderr, "gun unexpected end of file on %s\n",