Home | History | Annotate | Download | only in examples

Lines Matching refs:match

161 unsigned char match[65280 + 2];         /* buffer for reversed match or gzip
305 /* special code to reuse last match */
320 match[stack++] = (unsigned char)final;
326 match[stack++] = suffix[code];
329 match[stack++] = (unsigned char)code;
345 outbuf[outcnt++] = match[--stack];
353 outbuf[outcnt++] = match[--stack];
356 /* loop for next code with final and prev as the last match, rem and
370 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
630 window = match; /* reuse LZW match buffer */