Lines Matching refs:local
33 #ifndef local
34 # define local static macro
143 local inflate_blocks_statef * inflate_blocks_new OF((
148 local int inflate_blocks OF((
153 local void inflate_blocks_reset OF((
158 local int inflate_blocks_free OF((
163 local int inflate_addhistory OF((
167 local int inflate_packet_flush OF((
202 local uInt inflate_hufts;
205 local int inflate_trees_bits OF((
211 local int inflate_trees_dynamic OF((
221 local int inflate_trees_fixed OF((
227 local int inflate_trees_free OF((
246 local inflate_codes_statef *inflate_codes_new OF((
251 local int inflate_codes OF((
256 local void inflate_codes_free OF((
652 local uInt inflate_mask[] = {
659 local int inflate_flush OF((
675 local int inflate_fast OF((
691 local uInt border[] = { /* Order of the bit length code lengths */
740 local void inflate_blocks_reset(s, z, c) in inflate_blocks_reset()
765 local inflate_blocks_statef *inflate_blocks_new(z, c, w) in inflate_blocks_new()
789 local int inflate_blocks(s, z, r) in inflate_blocks()
1059 local int inflate_blocks_free(s, z, c) in inflate_blocks_free()
1079 local int inflate_addhistory(s, z) in inflate_addhistory()
1129 local int inflate_packet_flush(s) in inflate_packet_flush()
1152 local int huft_build OF((
1162 local voidpf falloc OF((
1167 local void ffree OF((
1173 local uInt cplens[] = { /* Copy lengths for literal codes 257..285 */
1177 local uInt cplext[] = { /* Extra bits for literal codes 257..285 */
1180 local uInt cpdist[] = { /* Copy offsets for distance codes 0..29 */
1184 local uInt cpdext[] = { /* Extra bits for distance codes */
1230 local int huft_build(b, n, s, d, e, t, m, zs) in huft_build()
1434 local int inflate_trees_bits(c, bb, tb, z) in inflate_trees_bits()
1455 local int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, z) in inflate_trees_dynamic()
1506 local int fixed_lock = 0;
1507 local int fixed_built = 0;
1509 local uInt fixed_left = FIXEDH;
1510 local inflate_huft fixed_mem[FIXEDH];
1511 local uInt fixed_bl;
1512 local uInt fixed_bd;
1513 local inflate_huft *fixed_tl;
1514 local inflate_huft *fixed_td;
1517 local voidpf falloc(q, n, s) in falloc()
1530 local void ffree(q, p, n) in ffree()
1540 local int inflate_trees_fixed(bl, bd, tl, td) in inflate_trees_fixed()
1590 local int inflate_trees_free(t, z) in inflate_trees_free()
1662 local inflate_codes_statef *inflate_codes_new(bl, bd, tl, td, z) in inflate_codes_new()
1683 local int inflate_codes(s, z, r) in inflate_codes()
1843 local void inflate_codes_free(c, z) in inflate_codes_free()
1858 local int inflate_flush(s, z, r) in inflate_flush()
1945 local int inflate_fast(bl, bd, tl, td, s, z) in inflate_fast()