Searched defs:inflate_codes_new (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2714 local inflate_codes_statef *inflate_codes_new OF((
3298 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
3464 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
4122 local inflate_codes_statef *inflate_codes_new(bl, bd, tl, td, z) function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4117 extern inflate_codes_statef *inflate_codes_new OF((
4396 s->sub.decode.codes = inflate_codes_new(bl,
4577 if ((c = inflate_codes_new(bl, bd, tl, td, z)) ==
5304 inflate_codes_new(bl, bd, tl, td, z) function

Completed in 86 milliseconds