Home | History | Annotate | Download | only in src

Lines Matching refs:_length_code

104 uch _length_code[MAX_MATCH-MIN_MATCH+1];
262 _length_code[length++] = (uch)code;
270 _length_code[length-1] = (uch)code;
356 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
358 fprintf(header, "%2u%s", _length_code[i],
1028 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1079 code = _length_code[lc];