Record z_stream
Unit
Declaration
type z_stream = record
Description
Overview
Fields
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; |
Description
Fields
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; |
|
Generated by PasDoc 0.16.0.