Subversion Repositories Kolibri OS

Rev

Rev 6673 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6673 Rev 6704
Line 70... Line 70...
70
;  the consistency of the compressed data, so the library should never crash
70
;  the consistency of the compressed data, so the library should never crash
71
;  even in case of corrupted input.
71
;  even in case of corrupted input.
Line 72... Line 72...
72
 
72
 
73
struct z_stream ;z_stream_s
73
struct z_stream ;z_stream_s
74
	next_in dd ? ;z_const Bytef * ;next input byte
74
	next_in dd ? ;z_const Bytef * ;next input byte
75
	avail_in dw ? ;uInt  ;number of bytes available at next_in
75
	avail_in dd ? ;uInt  ;number of bytes available at next_in
Line 76... Line 76...
76
	total_in dd ? ;uLong ;total number of input bytes read so far
76
	total_in dd ? ;uLong ;total number of input bytes read so far
77
 
77
 
78
	next_out dd ? ;Bytef * ;next output byte should be put there
78
	next_out dd ? ;Bytef * ;next output byte should be put there