Source position: zlib.pas line 54
function GZ_CompressMem(
srcbuf: POINTER;
srclen: LongWord;
destbuf: POINTER;
destlen: LongWord;
strategy: LongWord;
level: LongWord;
var poutlen: LongWord
):LongInt;