Lines Matching +defs:ind +defs:match
81 struct ind {
94 struct ind *me = (struct ind *)in_desc;
165 unsigned char match[65280 + 2]; /* buffer for reversed match or gzip
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp,
310 /* special code to reuse last match */
325 match[stack++] = (unsigned char)final;
330 p = match + stack;
335 stack = p - match;
336 match[stack++] = (unsigned char)code;
352 outbuf[outcnt++] = match[--stack];
359 p = match + stack;
362 } while (p > match);
365 /* loop for next code with final and prev as the last match, rem and
379 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
388 struct ind ind, *indp;
392 ind.infile = infile;
393 ind.inbuf = inbuf;
394 indp = &ind;
639 window = match; /* reuse LZW match buffer */