terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
InfTree () | |
Package Functions | |
int | inflate_trees_bits (int[] c, int[] bb, int[] tb, int[] hp, ZlibCodec z) |
int | inflate_trees_dynamic (int nl, int nd, int[] c, int[] bl, int[] bd, int[] tl, int[] td, int[] hp, ZlibCodec z) |
Static Package Functions | |
static int | inflate_trees_fixed (int[] bl, int[] bd, int[][] tl, int[][] td, ZlibCodec z) |
Package Attributes | |
int[] | hn |
int[] | v |
int[] | c |
int[] | r |
int[] | u |
int[] | x |
Static Package Attributes | |
const int | fixed_bl = 9 |
const int | fixed_bd = 5 |
const int | BMAX = 15 |
static readonly int[] | fixed_tl |
static readonly int[] | fixed_td |
static readonly int[] | cplens |
static readonly int[] | cplext |
static readonly int[] | cpdist |
static readonly int[] | cpdext |
Private Member Functions | |
int | huft_build (int[] b, int bindex, int n, int s, int[] d, int[] e, int[] t, int[] m, int[] hp, int[] hn, int[] v) |
void | initWorkArea (int vsize) |
Static Private Member Functions | |
static | InfTree () |
Static Private Attributes | |
const int | MANY = 1440 |
const int | Z_OK = 0 |
const int | Z_STREAM_END = 1 |
const int | Z_NEED_DICT = 2 |
const int | Z_ERRNO = -1 |
const int | Z_STREAM_ERROR = -2 |
const int | Z_DATA_ERROR = -3 |
const int | Z_MEM_ERROR = -4 |
const int | Z_BUF_ERROR = -5 |
const int | Z_VERSION_ERROR = -6 |
Definition at line 9 of file InfTree.cs.