Home
last modified time | relevance | path

Searched defs:z_stream (Results 1 – 3 of 3) sorted by relevance

/minix3/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas86 function deflateEnd(var strm: z_stream): Integer; in deflateEnd()
87 function inflateInit(var strm: z_stream): Integer; in inflateInit()
89 function inflateEnd(var strm: z_stream): Integer; in inflateEnd()
96 function deflateCopy(var dest, source: z_stream): Integer; in deflateCopy()
97 function deflateReset(var strm: z_stream): Integer; in deflateReset()
104 function inflateSync(var strm: z_stream): Integer; in inflateSync()
105 function inflateCopy(var dest, source: z_stream): Integer; in inflateCopy()
106 function inflateReset(var strm: z_stream): Integer; in inflateReset()
107 function inflateBackInit(var strm: z_stream; in inflateBackInit()
111 function inflateBackEnd(var strm: z_stream): Integer; in inflateBackEnd()
[all …]
/minix3/common/dist/zlib/
H A Dzlib.h103 } z_stream; typedef
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.h443 } z_stream; typedef