Source position: paslznonslide.pas line 51
type lz_info = record |
wsize: LongInt; |
max_match: LongInt; |
min_match: LongInt; |
block_buf: Pu_char; |
block_bufe: Pu_char; |
block_buf_size: LongInt; |
chars_in_buf: LongInt; |
cur_loc: LongInt; |
block_loc: LongInt; |
frame_size: LongInt; |
max_dist: LongInt; |
prevtab: PPu_char; |
lentab: plongint; |
eofcount: SmallInt; |
stop: SmallInt; |
analysis_valid: SmallInt; |
get_chars: get_chars_t; |
output_match: output_match_t; |
output_literal: output_literal_t; |
user_data: pointer; |
end; |