Searched refs:lencode (Results 1 – 5 of 5) sorted by relevance
120 state->lencode = state->distcode = state->next = state->codes;223 state->lencode = lenfix;270 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits, in makefixed()271 state.lencode[low].val); in makefixed()804 state->lencode = (code const FAR *)(state->next);819 this = state->lencode[BITS(state->lenbits)];870 state->lencode = (code const FAR *)(state->next);898 this = state->lencode[BITS(state->lenbits)];905 this = state->lencode[last.val +1266 copy->lencode = copy->codes + (state->lencode - state->codes);
109 state->lencode = lenfix;376 state->lencode = (code const FAR *)(state->next);391 this = state->lencode[BITS(state->lenbits)];442 state->lencode = (code const FAR *)(state->next);476 this = state->lencode[BITS(state->lenbits)];483 this = state->lencode[last.val +
104 code const FAR *lencode; /* starting table for length/literal codes */ member
107 lcode = state->lencode;
172 static int lencode[MaxMatch]; variable269 lencode[ci] = i; in deflateinit()272 lencode[MaxMatch-MinMatch] = 285; in deflateinit()630 c = lencode[len]; in wrblock()795 n = lencode[n]; in lzcomp()848 n = lencode[n]; in lzcomp()