Lines Matching refs:codes
122 state->lencode = state->distcode = state->next = state->codes;
331 puts(" /* inffixed.h -- table for decoding fixed codes");
559 if there is no input available. The decoding of variable length codes uses
845 Tracev((stderr, "inflate: fixed codes block%s\n",
847 state->mode = LEN_; /* decode codes */
854 Tracev((stderr, "inflate: dynamic codes block%s\n",
923 state->next = state->codes;
997 state->next = state->codes;
1016 Tracev((stderr, "inflate: codes ok\n"));
1470 if (state->lencode >= state->codes &&
1471 state->lencode <= state->codes + ENOUGH - 1) {
1472 copy->lencode = copy->codes + (state->lencode - state->codes);
1473 copy->distcode = copy->codes + (state->distcode - state->codes);
1475 copy->next = copy->codes + (state->next - state->codes);