Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dinftrees.c182 case LENS: in inflate_table()
205 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
274 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
H A Dinftrees.h56 LENS, enumerator
H A Dinfback.c99 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
453 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflateBack()
H A Dinflate.c286 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
1019 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflate()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1571 LENS, enumerator
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),
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4149 LENS, /* get lengths for stored */ enumerator
4383 s->mode = LENS; /* get length of stored block */
4419 case LENS:
4659 return (s->mode == LENS);
4726 if (s->mode != LENS)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3060 LENS, /* get lengths for stored */ enumerator
3295 s->mode = LENS; /* get length of stored block */
3331 case LENS:
3603 if (s->mode != LENS)