1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#endif
//GO(lzma_alone_decoder,
//GO(lzma_alone_encoder,
//GO(lzma_auto_decoder,
//GO(lzma_block_buffer_bound,
//GO(lzma_block_buffer_decode,
//GO(lzma_block_buffer_encode,
//GO(lzma_block_compressed_size,
//GO(lzma_block_decoder,
//GO(lzma_block_encoder,
//GO(lzma_block_header_decode,
//GO(lzma_block_header_encode,
//GO(lzma_block_header_size,
//GO(lzma_block_total_size,
//GO(lzma_block_uncomp_encode,
//GO(lzma_block_unpadded_size,
//GO(lzma_check_is_supported,
//GO(lzma_check_size,
GO(lzma_code, iFpi)
//GO(lzma_cputhreads,
//GO(lzma_crc32,
//GO(lzma_crc64,
//GO(lzma_easy_buffer_encode,
//GO(lzma_easy_decoder_memusage,
//GO(lzma_easy_encoder,
//GO(lzma_easy_encoder_memusage,
GO(lzma_end, vFp)
//GO(lzma_filter_decoder_is_supported,
//GO(lzma_filter_encoder_is_supported,
//GO(lzma_filter_flags_decode,
//GO(lzma_filter_flags_encode,
//GO(lzma_filter_flags_size,
//GO(lzma_filters_copy,
//GO(lzma_filters_update,
//GO(lzma_get_check,
//GO(lzma_get_progress,
//GO(lzma_index_append,
//GO(lzma_index_block_count,
GOM(lzma_index_buffer_decode, iFEpppppL)
//GO(lzma_index_buffer_encode,
//GO(lzma_index_cat,
//GO(lzma_index_checks,
//GO(lzma_index_decoder,
//GO(lzma_index_dup,
//GO(lzma_index_encoder,
GOM(lzma_index_end, vFEpp)
//GO(lzma_index_file_size,
//GO(lzma_index_hash_append,
//GO(lzma_index_hash_decode,
//GO(lzma_index_hash_end,
//GO(lzma_index_hash_init,
//GO(lzma_index_hash_size,
//GO(lzma_index_init,
//GO(lzma_index_iter_init,
//GO(lzma_index_iter_locate,
//GO(lzma_index_iter_next,
//GO(lzma_index_iter_rewind,
//GO(lzma_index_memusage,
//GO(lzma_index_memused,
GO(lzma_index_size, UFp)
//GO(lzma_index_stream_count,
//GO(lzma_index_stream_flags,
//GO(lzma_index_stream_padding,
//GO(lzma_index_stream_size,
//GO(lzma_index_total_size,
GO(lzma_index_uncompressed_size, UFp)
//GO(lzma_lzma_preset,
//GO(lzma_memlimit_get,
//GO(lzma_memlimit_set,
//GO(lzma_memusage,
//GO(lzma_mf_is_supported,
//GO(lzma_mode_is_supported,
//GO(lzma_physmem,
//GO(lzma_properties_decode,
//GO(lzma_properties_encode,
//GO(lzma_properties_size,
//GO(lzma_raw_buffer_decode,
//GO(lzma_raw_buffer_encode,
//GO(lzma_raw_decoder,
//GO(lzma_raw_decoder_memusage,
//GO(lzma_raw_encoder,
//GO(lzma_raw_encoder_memusage,
//GO(lzma_stream_buffer_bound,
GOM(lzma_stream_buffer_decode, iFEpupppLppL)
//GO(lzma_stream_buffer_encode,
GO(lzma_stream_decoder, iFpUi)
//GO(lzma_stream_encoder,
//GO(lzma_stream_encoder_mt,
//GO(lzma_stream_encoder_mt_memusage,
//GO(lzma_stream_flags_compare,
GO(lzma_stream_footer_decode, iFpp)
//GO(lzma_stream_footer_encode,
//GO(lzma_stream_header_decode,
//GO(lzma_stream_header_encode,
//GO(lzma_version_number,
//GO(lzma_version_string,
//GO(lzma_vli_decode,
//GO(lzma_vli_encode,
//GO(lzma_vli_size,
|