[Overview][Constants][Types] | Reference for unit 'zlib_Zbase' (#powtils_main) |
Source position: zlib_zbase.pas line 247
type internal_state = record |
mode: inflate_mode; |
sub: record |
case Byte of |
0: ( |
method: uInt; |
); |
1: ( |
check: record |
was: uLong; |
need: uLong; |
end; |
); |
2: ( |
marker: uInt; |
); |
end; |
nowrap: Boolean; |
wbits: uInt; |
blocks: pInflate_blocks_state; |
end; |
No notes exist for this page yet.