NetWrok.HTTP.Zlib.InfTree.inflate_trees_fixed C# (CSharp) Method

inflate_trees_fixed() static private method

static private inflate_trees_fixed ( int bl, int bd, int tl, int td, ZlibCodec z ) : int
bl int
bd int
tl int
td int
z ZlibCodec
return int
        internal static int inflate_trees_fixed(int[] bl, int[] bd, int[][] tl, int[][] td, ZlibCodec z)
        {
            bl[0] = fixed_bl;
            bd[0] = fixed_bd;
            tl[0] = fixed_tl;
            td[0] = fixed_td;
            return Z_OK;
        }