Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dinfback.c99 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
106 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
379 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflateBack()
453 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflateBack()
462 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflateBack()
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dzconf.h150 # define inflate_table z_inflate_table macro
562 #pragma map(inflate_table,"INTABL")
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table() function
H A Dinflate.c286 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
293 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
944 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflate()
1019 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflate()
1028 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflate()
H A DChangeLog315 - Simplify incomplete code table filling in inflate_table()
748 - Be more strict on incomplete code sets in inflate_table() and increase
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c456 # pragma map(inflate_table,"INTABL")
1705 int inflate_table(type, lens, codes, table, bits, work) in inflate_table() function
3085 ret = inflate_table(CODES, state->lens, 19, &(state->next),
3151 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
3160 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,