Searched refs:inflate_flush (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 360 #pragma map(inflate_flush, "INFLU")
|
H A D | zlib.c | 4204 #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 D | zlib.c | 3102 #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
|