Home
last modified time | relevance | path

Searched refs:inflate_flush (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h360 #pragma map(inflate_flush, "INFLU")
H A Dzlib.c4204 #define LEAVE {UPDATE return (inflate_flush(s, z, r)); }
4217 #define FLUSH {UPDOUT r = inflate_flush(s, z, r); LOADOUT}
4228 extern int inflate_flush OF((
4590 return (inflate_flush(s, z, r));
5543 inflate_flush(s, z, r) in inflate_flush() function
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3102 #define LEAVE {UPDATE return inflate_flush(s,z,r);}
3113 #define FLUSH {UPDOUT r=inflate_flush(s,z,r); LOADOUT}
3127 local int inflate_flush OF((
3480 return inflate_flush(s, z, r);
4318 local int inflate_flush(s, z, r) in inflate_flush() function