Unit 'vd_compress' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_exsystem]

z_stream

Declaration

Source position: vd_compress.pas line 339

type z_stream = record

  next_in: pBytef;

  

  avail_in: uInt;

  

  total_in: uLong;

  

  next_out: pBytef;

  

  avail_out: uInt;

  

  total_out: uLong;

  

  msg: string;

  

  state: pInternal_state;

  

  zalloc: alloc_func;

  

  zfree: free_func;

  

  opaque: voidpf;

  

  data_type: int;

  

  adler: uLong;

  

  reserved: uLong;

  

end;



CT Web help

CodeTyphon Studio