Home
last modified time | relevance | path

Searched refs:inflate_blocks (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h351 #pragma map(inflate_blocks, "INBL")
H A Dzlib.c3555 extern int inflate_blocks OF((
3818 r = inflate_blocks(z->state->blocks, z, r);
4350 inflate_blocks(s, z, r) in inflate_blocks() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2616 local int inflate_blocks OF((
2908 r = inflate_blocks(z->state->blocks, z, r);
3264 local int inflate_blocks(s, z, r) in inflate_blocks() function
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog1402 - fixed inflate_blocks for 64-bit systems (detected on Alpha)