Lines Matching refs:local

9  * - changed functions not used outside this file to "local"
39 #ifndef local
40 # define local static
408 local void ct_init OF((deflate_state *s));
409 local int ct_tally OF((deflate_state *s, int dist, int lc));
410 local ulg ct_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
412 local void ct_align OF((deflate_state *s));
413 local void ct_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
415 local void ct_stored_type_only OF((deflate_state *s));
470 local char zlib_copyright[] = " deflate Copyright 1995 Jean-loup Gailly ";
504 local config configuration_table[10] = {
527 * Prototypes for local functions.
530 local void fill_window OF((deflate_state *s));
531 local int deflate_fast OF((deflate_state *s, int flush));
532 local int deflate_slow OF((deflate_state *s, int flush));
533 local void lm_init OF((deflate_state *s));
534 local int longest_match OF((deflate_state *s, IPos cur_match));
535 local void putShortMSB OF((deflate_state *s, uInt b));
536 local void flush_pending OF((z_stream *strm));
537 local int read_buf OF((z_stream *strm, charf *buf, unsigned size));
543 local void check_match OF((deflate_state *s, IPos start, IPos match,
697 local void putShortMSB (s, b)
708 local void flush_pending(strm)
876 local int read_buf(strm, buf, size)
902 local void lm_init (s)
939 local int longest_match(s, cur_match)
1075 local void check_match(s, start, match, length)
1109 local void fill_window(s)
1226 local int deflate_fast(s, flush)
1322 local int deflate_slow(s, flush)
1496 local int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
1499 local int extra_dbits[D_CODES] /* extra bits for each distance code */
1502 local int extra_blbits[BL_CODES]/* extra bits for each bit length code */
1505 local uch bl_order[BL_CODES]
1521 local ct_data static_ltree[L_CODES+2];
1528 local ct_data static_dtree[D_CODES];
1533 local uch dist_code[512];
1539 local uch length_code[MAX_MATCH-MIN_MATCH+1];
1542 local int base_length[LENGTH_CODES];
1545 local int base_dist[D_CODES];
1556 local static_tree_desc static_l_desc =
1559 local static_tree_desc static_d_desc =
1562 local static_tree_desc static_bl_desc =
1569 local void ct_static_init OF((void));
1570 local void init_block OF((deflate_state *s));
1571 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
1572 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
1573 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
1574 local void build_tree OF((deflate_state *s, tree_desc *desc));
1575 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
1576 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
1577 local int build_bl_tree OF((deflate_state *s));
1578 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
1580 local void compress_block OF((deflate_state *s, ct_data *ltree,
1582 local void set_data_type OF((deflate_state *s));
1583 local unsigned bi_reverse OF((unsigned value, int length));
1584 local void bi_windup OF((deflate_state *s));
1585 local void bi_flush OF((deflate_state *s));
1586 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
1620 local void send_bits OF((deflate_state *s, int value, int length));
1622 local void send_bits(s, value, length)
1670 local void ct_static_init()
1736 local void ct_init(s)
1769 local void init_block(s)
1813 local void pqdownheap(s, tree, k)
1848 local void gen_bitlen(s, desc)
1935 local void gen_codes (tree, max_code, bl_count)
1977 local void build_tree(s, desc)
2064 local void scan_tree (s, tree, max_code)
2109 local void send_tree (s, tree, max_code)
2160 local int build_bl_tree(s)
2195 local void send_all_trees(s, lcodes, dcodes, blcodes)
2224 local void ct_stored_block(s, buf, stored_len, eof)
2239 local void ct_stored_type_only(s)
2256 local void ct_align(s)
2281 local ulg ct_flush_block(s, buf, stored_len, flush)
2324 * and if the .zip file can be seeked (to rewrite the local header),
2403 local int ct_tally (s, dist, lc)
2451 local void compress_block(s, ltree, dtree)
2504 local void set_data_type(s)
2521 local unsigned bi_reverse(code, len)
2536 local void bi_flush(s)
2553 local void bi_windup(s)
2572 local void copy_block(s, buf, len, header)
2611 local inflate_blocks_statef * inflate_blocks_new OF((
2616 local int inflate_blocks OF((
2621 local void inflate_blocks_reset OF((
2626 local int inflate_blocks_free OF((
2631 local int inflate_addhistory OF((
2635 local int inflate_packet_flush OF((
2670 local uInt inflate_hufts;
2673 local int inflate_trees_bits OF((
2679 local int inflate_trees_dynamic OF((
2689 local int inflate_trees_fixed OF((
2695 local int inflate_trees_free OF((
2714 local inflate_codes_statef *inflate_codes_new OF((
2719 local int inflate_codes OF((
2724 local void inflate_codes_free OF((
3116 /* load local pointers */
3120 local uInt inflate_mask[] = {
3127 local int inflate_flush OF((
3143 local int inflate_fast OF((
3159 local uInt border[] = { /* Order of the bit length code lengths */
3208 local void inflate_blocks_reset(s, z, c)
3233 local inflate_blocks_statef *inflate_blocks_new(z, c, w)
3257 local int inflate_blocks(s, z, r)
3520 local int inflate_blocks_free(s, z, c)
3540 local int inflate_addhistory(s, z)
3590 local int inflate_packet_flush(s)
3613 local int huft_build OF((
3623 local voidpf falloc OF((
3628 local void ffree OF((
3634 local uInt cplens[] = { /* Copy lengths for literal codes 257..285 */
3638 local uInt cplext[] = { /* Extra bits for literal codes 257..285 */
3641 local uInt cpdist[] = { /* Copy offsets for distance codes 0..29 */
3645 local uInt cpdext[] = { /* Extra bits for distance codes */
3691 local int huft_build(b, n, s, d, e, t, m, zs)
3894 local int inflate_trees_bits(c, bb, tb, z)
3915 local int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, z)
3966 local int fixed_lock = 0;
3967 local int fixed_built = 0;
3969 local uInt fixed_left = FIXEDH;
3970 local inflate_huft fixed_mem[FIXEDH];
3971 local uInt fixed_bl;
3972 local uInt fixed_bd;
3973 local inflate_huft *fixed_tl;
3974 local inflate_huft *fixed_td;
3977 local voidpf falloc(q, n, s)
3990 local void ffree(q, p, n)
4000 local int inflate_trees_fixed(bl, bd, tl, td)
4050 local int inflate_trees_free(t, z)
4122 local inflate_codes_statef *inflate_codes_new(bl, bd, tl, td, z)
4143 local int inflate_codes(s, z, r)
4303 local void inflate_codes_free(c, z)
4318 local int inflate_flush(s, z, r)
4326 /* local copies of source and destination pointers */
4409 local int inflate_fast(bl, bd, tl, td, s, z)