Unit 'ZLib' Package
[Overview][Constants][Types][Procedures and functions][Index] [#zlib]

z_stream

Declaration

Source position: zlib.pp line 101

type z_stream = record

  next_in: pBytef;

  avail_in: uInt;

  total_in: uLong;

  next_out: pBytef;

  avail_out: uInt;

  total_out: uLong;

  msg: pBytef;

  state: internal_statep;

  zalloc: alloc_func;

  zfree: free_func;

  opaque: pointer;

  data_type: cint;

  adler: uLong;

  reserved: uLong;

end;


Documentation generated on: 2023-03-18