Searched defs:inflateEnd (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DInflater.cs31 private static extern int inflateEnd(ref ZStream sz); method in class:DotZLib.Inflater
101 protected override void CleanUp() { inflateEnd(ref _ztream); }
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas250 function inflateEnd(var strm: TZStreamRec): Integer; external; function
356 DCheck(inflateEnd(strm));
383 DCheck(inflateEnd(strm));
494 inflateEnd(FZRec);
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas111 function inflateEnd(var strm: z_stream): Integer; function
213 function inflateEnd; external; function
/vbox/src/libs/zlib-1.2.6/
H A Dzconf.h23 # define inflateEnd vboxzlib_inflateEnd macro
186 # define inflateEnd z_inflateEnd macro
552 #pragma map(inflateEnd,"INEND")

Completed in 66 milliseconds