Searched refs:inflate_fast (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/zmod/ |
H A D | inffast.h | 13 void inflate_fast OF((z_streamp strm, unsigned start));
|
H A D | inffast.c | 69 void inflate_fast(strm, start) in inflate_fast() function
|
H A D | inflate.c | 974 inflate_fast(strm, out);
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 359 #pragma map(inflate_fast, "INFA")
|
H A D | zlib.c | 5250 extern int inflate_fast OF(( 5357 r = inflate_fast(c->lbits, c->dbits, 5649 inflate_fast(bl, bd, tl, td, s, z) in inflate_fast() function
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 3143 local int inflate_fast OF(( 4171 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z); 4409 local int inflate_fast(bl, bd, tl, td, s, z) in inflate_fast() function
|