Home | History | Annotate | Download | only in zlib

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()
320 output will fall in the output data, making match copies simpler and faster.
565 unsigned copy; /* number of stored or match bytes to copy */
566 unsigned char FAR *from; /* where to copy match bytes from */
1045 state->mode = MATCH;
1046 case MATCH: