Searched refs:LENS (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinftree9.h55 LENS, enumerator in enum:__anon17359
H A Dinftree9.c25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
163 provided *table space. It is checked for LENS and DIST tables against
180 case LENS:
205 if ((type == LENS && used >= ENOUGH_LENS) ||
273 if ((type == LENS && used >= ENOUGH_LENS) ||
H A Dinfback9.c70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
449 ret = inflate_table9(LENS, state->lens, state->nlen,
/vbox/src/libs/zlib-1.2.6/
H A Dinftrees.h56 LENS, enumerator in enum:__anon17375
H A Dinftrees.c25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
169 provided *table space. It is checked for LENS and DIST tables against
186 case LENS:
211 if ((type == LENS && used >= ENOUGH_LENS) ||
280 if ((type == LENS && used >= ENOUGH_LENS) ||
H A Dinfback.c104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
462 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
H A Dinflate.c282 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
1004 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),

Completed in 59 milliseconds