Searched refs:zlib_inflate_fast (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/lib/zlib_inflate/ |
D | inffast.h | 11 extern int zlib_inflate_fast OF((
|
D | inffast.c | 28 int zlib_inflate_fast(bl, bd, tl, td, s, z) in zlib_inflate_fast() function
|
D | infcodes.c | 65 r = zlib_inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
|