Module Decompress_impl.Zlib_deflateSource
Sourceand ('i, 'o) state = | Deflate| Adler32 of ('i, 'o) k| Finish| Exception of error
Sourceand ('i, 'o) res = | Cont of ('i, 'o) t| Wait of ('i, 'o) t| Flush of ('i, 'o) t| Ok of ('i, 'o) t| Error of ('i, 'o) t * error
Sourceval put_byte :
ctor:
(('a ->
([< `Read | `Write Write ] as 'b, 'c) Safe.t ->
('d, 'e) t ->
('d, 'e) res) ->
('d, 'e) state) ->
int ->
('a -> ('b, 'c) Safe.t -> ('d, 'e) t -> ('d, 'e) res) ->
'a ->
('b, 'c) Safe.t ->
('d, 'e) t ->
('d, 'e) res Sourceval put_short_lsb :
ctor:
(('a ->
([< `Read | `Write Write ] as 'b, 'c) Safe.t ->
('d, 'e) t ->
('d, 'e) res) ->
('d, 'e) state) ->
int ->
('a -> ('b, 'c) Safe.t -> ('d, 'e) t -> ('d, 'e) res) ->
'a ->
('b, 'c) Safe.t ->
('d, 'e) t ->
('d, 'e) res Sourceval align :
ctor:
(('a ->
([< `Read | `Write Write ] as 'b, 'c) Safe.t ->
('d, 'e) t ->
('d, 'e) res) ->
('d, 'e) state) ->
('a -> ('b, 'c) Safe.t -> ('d, 'e) t -> ('d, 'e) res) ->
'a ->
('b, 'c) Safe.t ->
('d, 'e) t ->
('d, 'e) res Sourceval put_short_msb :
ctor:
(('a ->
([< `Read | `Write Write ] as 'b, 'c) Safe.t ->
('d, 'e) t ->
('d, 'e) res) ->
('d, 'e) state) ->
int ->
('a -> ('b, 'c) Safe.t -> ('d, 'e) t -> ('d, 'e) res) ->
'a ->
('b, 'c) Safe.t ->
('d, 'e) t ->
('d, 'e) res Sourceval eval :
'a Decompress_impl__.Decompress_b.t ->
'a Decompress_impl__.Decompress_b.t ->
('a, 'a) t ->
[> `Await of ('a, 'a) t
| `End of ('a, 'a) t
| `Error of ('a, 'a) t * error
| `Flush of ('a, 'a) t ] Sourceval default : proof:'a B.t -> ?wbits:int -> int -> ('b, 'a) t Sourceval set_frequencies :
?paranoid:bool ->
(int array * int array) ->
('a, 'b) t ->
('a, 'b) t Sourceval finish : ('a, 'a) t -> ('a, 'a) t Sourceval no_flush : int -> int -> ('a, 'b) t -> ('a, 'b) t Sourceval partial_flush : int -> int -> ('a, 'a) t -> ('a, 'a) t Sourceval sync_flush : int -> int -> ('a, 'a) t -> ('a, 'a) t Sourceval full_flush : int -> int -> ('a, 'a) t -> ('a, 'a) t Sourceval flush : int -> int -> ('a, 'b) t -> ('a, 'b) t Sourceval used_in : ('a, 'b) t -> int Sourceval used_out : ('a, 'b) t -> int