[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'msezlib' (#msegui)

z_stream

Declaration

Source position: msezlib.pas line 122

type z_stream = record

  next_in: pBytef;

  avail_in: uInt;

  total_in: uLong;

  next_out: pBytef;

  avail_out: uInt;

  total_out: uLong;

  msg: pchar;

  internal_state: pinternal_state;

  zalloc: alloc_func;

  zfree: free_func;

  opaque: pointer;

  data_type: int;

  adler: uLong;

  reserved: uLong;

end;


Documentation generated on: 2021-05-13