Hex Artifact Content

Not logged in

Artifact 06be59e81b93f24af48fa4f3cd0deeec33941bf4:


0000: 2f 2a 20 69 6e 66 66 61 73 74 2e 68 20 2d 2d 20  /* inffast.h -- 
0010: 68 65 61 64 65 72 20 74 6f 20 75 73 65 20 69 6e  header to use in
0020: 66 66 61 73 74 2e 63 0a 20 2a 20 43 6f 70 79 72  ffast.c. * Copyr
0030: 69 67 68 74 20 28 43 29 20 31 39 39 35 2d 31 39  ight (C) 1995-19
0040: 39 38 20 4d 61 72 6b 20 41 64 6c 65 72 0a 20 2a  98 Mark Adler. *
0050: 20 46 6f 72 20 63 6f 6e 64 69 74 69 6f 6e 73 20   For conditions 
0060: 6f 66 20 64 69 73 74 72 69 62 75 74 69 6f 6e 20  of distribution 
0070: 61 6e 64 20 75 73 65 2c 20 73 65 65 20 63 6f 70  and use, see cop
0080: 79 72 69 67 68 74 20 6e 6f 74 69 63 65 20 69 6e  yright notice in
0090: 20 7a 6c 69 62 2e 68 20 0a 20 2a 2f 0a 0a 2f 2a   zlib.h . */../*
00a0: 20 57 41 52 4e 49 4e 47 3a 20 74 68 69 73 20 66   WARNING: this f
00b0: 69 6c 65 20 73 68 6f 75 6c 64 20 2a 6e 6f 74 2a  ile should *not*
00c0: 20 62 65 20 75 73 65 64 20 62 79 20 61 70 70 6c   be used by appl
00d0: 69 63 61 74 69 6f 6e 73 2e 20 49 74 20 69 73 0a  ications. It is.
00e0: 20 20 20 70 61 72 74 20 6f 66 20 74 68 65 20 69     part of the i
00f0: 6d 70 6c 65 6d 65 6e 74 61 74 69 6f 6e 20 6f 66  mplementation of
0100: 20 74 68 65 20 63 6f 6d 70 72 65 73 73 69 6f 6e   the compression
0110: 20 6c 69 62 72 61 72 79 20 61 6e 64 20 69 73 0a   library and is.
0120: 20 20 20 73 75 62 6a 65 63 74 20 74 6f 20 63 68     subject to ch
0130: 61 6e 67 65 2e 20 41 70 70 6c 69 63 61 74 69 6f  ange. Applicatio
0140: 6e 73 20 73 68 6f 75 6c 64 20 6f 6e 6c 79 20 75  ns should only u
0150: 73 65 20 7a 6c 69 62 2e 68 2e 0a 20 2a 2f 0a 0a  se zlib.h.. */..
0160: 65 78 74 65 72 6e 20 69 6e 74 20 69 6e 66 6c 61  extern int infla
0170: 74 65 5f 66 61 73 74 20 4f 46 28 28 0a 20 20 20  te_fast OF((.   
0180: 20 75 49 6e 74 2c 0a 20 20 20 20 75 49 6e 74 2c   uInt,.    uInt,
0190: 0a 20 20 20 20 69 6e 66 6c 61 74 65 5f 68 75 66  .    inflate_huf
01a0: 74 20 2a 2c 0a 20 20 20 20 69 6e 66 6c 61 74 65  t *,.    inflate
01b0: 5f 68 75 66 74 20 2a 2c 0a 20 20 20 20 69 6e 66  _huft *,.    inf
01c0: 6c 61 74 65 5f 62 6c 6f 63 6b 73 5f 73 74 61 74  late_blocks_stat
01d0: 65 66 20 2a 2c 0a 20 20 20 20 7a 5f 73 74 72 65  ef *,.    z_stre
01e0: 61 6d 70 20 29 29 3b 0a                          amp ));.