Searched defs:inflate (Results 1 – 13 of 13) sorted by relevance
25 private static extern int inflate(ref ZStream sz, int flush); in inflate() method in DotZLib.Inflater
110 function inflate(var strm: z_stream; flush: Integer): Integer; in inflate() function208 function inflate; external; in inflate() function
147 ZEXPORT(int) inflate( /* z, f) */ in inflate() function
20 # define inflate z_inflate macro
249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; in inflate() function
81 # define inflate z_inflate macro
589 int ZEXPORT inflate(strm, flush) in inflate() function
622 int ZEXPORT inflate(strm, flush) in inflate() function
101 # define inflate z_inflate macro
458 #define inflate mz_inflate macro
Completed in 41 milliseconds