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

/macosx-10.10/rsync-45/rsync/zlib/
H A Dinftrees.h49 LENS, enumerator in enum:__anon12255
H A Dinftrees.c25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
169 provided *table space. It is checked when a LENS table is being made
173 This assumes that when type == LENS, bits == 9.
187 case LENS:
212 if (type == LENS && used >= ENOUGH - MAXD)
280 if (type == LENS && used >= ENOUGH - MAXD)
H A Dinflate.c227 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
932 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
/macosx-10.10/sudo-73/src/zlib/
H A Dinftrees.h56 LENS, enumerator in enum:__anon12647
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),
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dinftrees.h76 LENS, enumerator in enum:__anon15217
H A Dinftrees.c52 to be generated, CODES, LENS, or DISTS. On return, zero is success,
196 provided *table space. It is checked when a LENS table is being made
200 This assumes that when type == LENS, bits == 9.
214 case LENS:
239 if (type == LENS && used >= ENOUGH - MAXD)
307 if (type == LENS && used >= ENOUGH - MAXD)
H A Dinfback.c124 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
474 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
H A Dinflate.c256 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
961 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
/macosx-10.10/zlib-55/zlib/contrib/infback9/
H A Dinftree9.h55 LENS, enumerator in enum:__anon15679
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,
/macosx-10.10/zlib-55/zlib/
H A Dinftrees.h56 LENS, enumerator in enum:__anon15695
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.c95 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
454 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
H A Dinflate.c262 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
985 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1571 LENS, enumerator in enum:__anon9290
1698 to be generated, CODES, LENS, or DISTS. On return, zero is success,
1842 provided *table space. It is checked when a LENS table is being made
1846 This assumes that when type == LENS, bits == 9.
1860 case LENS:
1885 if (type == LENS && used >= ENOUGH - MAXD)
1953 if (type == LENS && used >= ENOUGH - MAXD)
3151 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c3075 LENS, /* get lengths for stored */ enumerator in enum:inflate_blocks_state::__anon11979
3310 s->mode = LENS; /* get length of stored block */
3346 case LENS:
3615 if (s->mode != LENS)

Completed in 227 milliseconds