Subversion Repositories Kolibri OS

Rev

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

Rev 6639 Rev 6741
Line 73... Line 73...
73
	strm   dd ? ;z_streamp ;pointer back to this zlib stream
73
	strm   dd ? ;z_streamp ;pointer back to this zlib stream
74
	status dd ? ;int ;as the name implies
74
	status dd ? ;int ;as the name implies
75
	pending_buf dd ? ;Bytef *;output still pending
75
	pending_buf dd ? ;Bytef *;output still pending
76
	pending_buf_size dd ? ;ulg ;size of pending_buf
76
	pending_buf_size dd ? ;ulg ;size of pending_buf
77
	pending_out dd ? ;Bytef * ;next pending byte to output to the stream
77
	pending_out dd ? ;Bytef * ;next pending byte to output to the stream
78
	pending dw ? ;uInt ;nb of bytes in the pending buffer
78
	pending dd ? ;uInt ;nb of bytes in the pending buffer
79
	wrap    dd ? ;int ;bit 0 true for zlib, bit 1 true for gzip
79
	wrap    dd ? ;int ;bit 0 true for zlib, bit 1 true for gzip
80
	gzhead  dd ? ;gz_headerp ;gzip header information to write
80
	gzhead  dd ? ;gz_headerp ;gzip header information to write
81
	gzindex dd ? ;uInt ;where in extra, name, or comment
81
	gzindex dd ? ;uInt ;where in extra, name, or comment
82
	method  db ? ;Byte ;can only be DEFLATED
82
	method  db ? ;Byte ;can only be DEFLATED
83
	last_flush dd ? ;int ;value of flush param for previous deflate call
83
	last_flush dd ? ;int ;value of flush param for previous deflate call