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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2719 local int inflate_codes OF((
3479 if ((r = inflate_codes(s, z, r)) != Z_STREAM_END)
3496 Assert(k < 16, "inflate_codes grabbed too many bytes")
4097 mode; /* current inflate_codes mode */
4143 local int inflate_codes(s, z, r) function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4122 extern int inflate_codes OF((
4589 if ((r = inflate_codes(s, z, r)) != Z_STREAM_END)
5278 mode; /* current inflate_codes mode */
5327 inflate_codes(s, z, r) function
5481 "inflate_codes grabbed too many bytes");

Completed in 107 milliseconds