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()
376 output will fall in the output data, making match copies simpler and faster.
616 unsigned copy; /* number of stored or match bytes to copy */
617 unsigned char FAR *from; /* where to copy match bytes from */
1122 state->mode = MATCH;
1123 case MATCH:
1511 (state->mode == MATCH ? state->was - state->length : 0));