Home
last modified time | relevance | path

Searched defs:inflate (Results 1 – 9 of 9) sorted by relevance

/minix3/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs25 private static extern int inflate(ref ZStream sz, int flush); in inflate() method in DotZLib.Inflater
/minix3/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas88 function inflate(var strm: z_stream; flush: Integer): Integer; in inflate() function
172 function inflate; external; in inflate() function
/minix3/common/dist/zlib/
H A Dzconf.h24 # define inflate z_inflate macro
H A Dzconf.in.h22 # define inflate z_inflate macro
H A Dinflate.c556 int ZEXPORT inflate(strm, flush) in inflate() function
/minix3/common/dist/zlib/contrib/delphi/
H A DZLib.pas249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; in inflate() function
/minix3/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dc_zlib.c126 # define inflate p_inflate macro
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.h61 # define inflate z_inflate macro
H A Dzlib.c1433 inflate(z_streamp strm, int flush) in inflate() function