package rfc1951
  Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Rfc1951.InfSource
Source
type decoder = {- src : src;
- mutable i : bigstring;
- mutable i_pos : int;
- mutable i_len : int;
- mutable hold : int;
- mutable bits : int;
- mutable last : bool;
- o : bigstring;
- t : bigstring;
- mutable t_need : int;
- mutable t_len : int;
- mutable o_pos : int;
- mutable l : int;
- mutable d : int;
- mutable literal : Lookup.t;
- mutable distance : Lookup.t;
- mutable jump : jump;
- w : WInf.t;
- mutable s : state;
- mutable k : decoder -> ret;
}Source
val src : 
  decoder ->
  (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t ->
  int ->
  int ->
  unit