Lines Matching refs:MATCH
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
355 output will fall in the output data, making match copies simpler and faster.
600 unsigned copy; /* number of stored or match bytes to copy */
601 unsigned char FAR *from; /* where to copy match bytes from */
1107 state->mode = MATCH;
1108 case MATCH:
1479 (state->mode == MATCH ? state->was - state->length : 0));