Lines Matching defs:z_stream
86 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()
133 function deflateInit2_(var strm: z_stream; in deflateInit2_()
138 function inflateBackInit_(var strm: z_stream; in inflateBackInit_()
199 function inflateInit(var strm: z_stream): Integer; in inflateInit()
209 function inflateBackInit(var strm: z_stream; in inflateBackInit()