Searched refs:length_code (Results 1 – 2 of 2) sorted by relevance
49 -extern uch ZLIB_INTERNAL length_code[];50 +extern const uch ZLIB_INTERNAL length_code[];65 -uch length_code[BASE_MATCH-MIN_MATCH+1];66 +const uch length_code[BASE_MATCH-MIN_MATCH+1];
101 static uch length_code[MAX_MATCH-MIN_MATCH+1]; variable189 length_code[length++] = (uch)code; in tr_static_init()197 length_code[length-1] = (uch)code; in tr_static_init()934 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;984 code = length_code[lc];