Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
compression_support_ar.c
Go to the documentation of this file.
1/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2
3 #2023 X March 21 19:50 PM Brasília Time
4
5* *
6* Licensa de Copia (C) <2023> <Aurora Boreal> *
7* *
8* Este programa e software livre: voce pode redistribuir isto e/ou *
9* modificar isto sobre os termos do GNU Licensa Geral Pública como 25
10* publicado pela Fundacao de Software Livre, tanto a versão 3 da *
11* Licensa, ou (dependendo da sua opcao) qualquer versao posterior. *
12* *
13* Este programa e distribuido na esperanca que isto vai ser util, *
14* mas SEM QUALQUER GARANTIA; sem ate mesmo a implicada garantia de *
15* COMERCIALIZAcaO ou CABIMENTO PARA UM FIM PARTICULAR. Veja a *
16* Licensa Geral Publica para mais detalhes. *
17* *
18* Você deve ter recebido uma cópia da LICENSA GERAL PUBLICA e a GNU *
19* Licensa Publica Menor junto com este programa *
20* Se não, veja <http://www.gnu.org/licenses/>. *
21* *
22* Suporte: sourceforge.net github.com *
23* *
24* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
25
26* Pereira: arsoftware25@gmail.com ricardo@arsoftware.net.br *
27* xcx: arsoftware10@gmail.com charli@arsoftware.net.br *
28
29 pereira1001@users.sourceforge.net
30 */
31
32#ifdef _M_X64
33#define MACHINE_ARP "64"
34#else
35#define MACHINE_ARP "32"
36#endif
37
43void __fastcall dllinit_arp(void)
44{
45
46 int __stdcall CompressGzip_utf8_k(char *Inputfile, char *OutPutFile, int CompressionLevel);
47 int __stdcall GetFinished(); // retorna 0 se nao terminou ainda
48 int __stdcall GetProgress();
49
50 void __stdcall PauseExecution();
51 void __stdcall ResumeExecution();
52 void __stdcall CancelExecution();
53 int __stdcall GetReturnValue();
54
55 int __stdcall UncompressGzip_utf8_k(char *Inputfile, char *OutPutFile);
56
58
60
62
64
66
68
70
72 /****************************************************************************************************************************************/
73 int __stdcall Compress_bzip2_xcx(char *Inputfile, char *OutPutFile, int CompressionLevel);
74
76
77 int __stdcall GetStatus(); // retorna 1 se estiver executando
78
80
81 int __stdcall GetProgress_bzip2_xcx();
82
84
85 int __stdcall PauseCompress();
86
88
89 int __stdcall ResumeCompress();
90
92
93 int __stdcall CancelCompress();
94
96
97 int __stdcall Decompress(char *Inputfile, char *OutPutFile);
98
100
101 int __stdcall GetReturnValue_bzip2_xcx();
102
106 // section LZMA
107 int __stdcall Resume__lzma();
108 int __stdcall Pause__lzma();
109 int __stdcall Cancel__lzma();
110
111 int __stdcall uncompress_lzma_aakp_rspk(
112 char *valquiria_input__file_utf_8,
113 char *juliete___output_file_utf_8);
114
115 int __stdcall compress_lzma_aakp_rspk(char *valquiria_input__file_utf_8,
116 char *juliete___output_file_utf_8,
117 int junior_compression_level___);
118 int __stdcall Progress__lzma();
119
121
123
125
127
129
131
134 // setor bzip3
135 int __stdcall compress_b3___rspk_ar(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z__, char *temp_path_z__);
136 int __stdcall uncompress_b3___rspk_ar(char *Inputfile_arp, char *OutPutFile_arp, int n_threads_z__ /* number of threads to use */, char *temp_path_z_S2__, int *cores_used_z__);
137 int __stdcall get_progress_b3___ar(void);
138 int __stdcall pause_b3___aakp_b3___ar(void);
139 int __stdcall resume_b3___aakp_b3___ar(void);
140 int __stdcall cancel_b3___aakp_b3___ar(void);
141
143
145
147
149
151
153
156 // setor gzip2
157 int __stdcall compress_g2___rspk_ar(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z__, char *temp_path_z__);
158 int __stdcall uncompress_g2___rspk_ar(char *Inputfile_arp, char *OutPutFile_arp, int n_threads_z__ /* number of threads to use */, char *temp_path_z_S2__, int *cores_used_z__);
159 int __stdcall get_progress_g2___ar(void);
160 int __stdcall pause_g2___aakp_g2___ar(void);
161 int __stdcall resume_g2___aakp_g2___ar(void);
162 int __stdcall cancel_g2___aakp_g2___ar(void);
163
165
167
169
171
173
175
178 // setor lz5
179 int __stdcall compress_l5___rspk_ar(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z__, char *temp_path_z__);
180 int __stdcall uncompress_l5___rspk_ar(char *Inputfile_arp, char *OutPutFile_arp, int n_threads_z__ /* number of threads to use */, char *temp_path_z_S2__, int *cores_used_z__);
181 int __stdcall get_progress_l5___ar(void);
182 int __stdcall pause_l5___aakp_l5___ar(void);
183 int __stdcall resume_l5___aakp_l5___ar(void);
184 int __stdcall cancel_l5___aakp_l5___ar(void);
185
187
189
191
193
195
199 // setor brotli2
200 int __stdcall compress_bb___rspk_ar(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z__, char *temp_path_z__);
201 int __stdcall uncompress_bb___rspk_ar(char *Inputfile_arp, char *OutPutFile_arp, int n_threads_z__ /* number of threads to use */, char *temp_path_z_S2__, int *cores_used_z__);
202 int __stdcall get_progress_bb___ar(void);
203 int __stdcall pause_bb___aakp_bb___ar(void);
204 int __stdcall resume_bb___aakp_bb___ar(void);
205 int __stdcall cancel_bb___aakp_bb___ar(void);
206
208
210
212
214
216
218
221 // setor lzop2
222
223 int __stdcall compress_l3___rspk_ar(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z__, char *temp_path_z__);
224 int __stdcall uncompress_l3___rspk_ar(char *Inputfile_arp, char *OutPutFile_arp, int n_threads_z__ /* number of threads to use */, char *temp_path_z_S2__, int *cores_used_z__);
225 int __stdcall get_progress_l3___ar(void);
226 int __stdcall pause_l3___aakp_l3___ar(void);
227 int __stdcall resume_l3___aakp_l3___ar(void);
228 int __stdcall cancel_l3___aakp_l3___ar(void);
229
231
233
235
237
239
241
244 // setor Zstandard
245
246 int __stdcall compress_zs___rspk_ar(char *Input_amanda_file_utf_8, char *OutPut_ricardo_File_utf_8, __attribute__((unused)) int Compression_juliete_Level_unused___, int threads_z);
247 int __stdcall uncompress_zs___rspk_ar(char *Input_amanda_file_utf_8, char *OutPut_ricardo_File_utf_8);
248 int __stdcall get_progress_zs___ar(void);
249 int __stdcall pause_zs___aakp_zs___ar(void);
250 int __stdcall resume_zs___aakp_zs___ar(void);
251 int __stdcall cancel_zs___aakp_zs___ar(void);
252
254
256
258
260
262
264
267 // setor -> xz
268
269 int __stdcall Compress_xz__9(char *infile__aakp,
270 char *outfile_rspk,
271 int level_juliete,
272 int threads_____z);
273 int __stdcall Uncompress_xz__9(char *infile__aakp,
274 char *outfile_rspk);
275 int __stdcall Progress_xz__9(void);
276 int __stdcall Pause_xz__9(void);
277 int __stdcall Resume_xz__9(void);
278 int __stdcall Cancel_xz__9(void);
279
281
283
285
287
289
291
294 // setor brotli
295
296 int __stdcall compress_br___rspk_ar(char *Input_amanda_file_utf_8, char *OutPut_ricardo_File_utf_8,
297 __attribute__((unused)) int Compression_juliete_Level_unused___);
298
299 int __stdcall uncompress_br___rspk_ar(char *Input_amanda_file_utf_8, char *OutPut_ricardo_File_utf_8);
300
301 int __stdcall get_progress_br___ar(void);
302
303 int __stdcall pause_br___aakp_br___ar(void);
304
305 int __stdcall resume_br___aakp_br___ar(void);
306
307 int __stdcall cancel_br___aakp_br___ar(void);
308
310
312
314
316
318
320
323 // setor compress (Unix)
324 int __stdcall compress_co___rspk_ar(char *Input_amanda_file_utf_8,
325 char *OutPut_ricardo_File_utf_8,
326 __attribute__((unused)) int Compression_juliete_Level_unused___);
327 int __stdcall uncompress_co___rspk_ar(char *Input_amanda_file_utf_8, char *OutPut_ricardo_File_utf_8);
328 int __stdcall get_progress_co___ar(void);
329 int __stdcall pause_co___aakp_co___ar(void);
330 int __stdcall resume_co___aakp_co___ar(void);
331 int __stdcall cancel_co___aakp_co___ar(void);
332
334
336
338
340
342
344
347 // setor compress2
348
349 int __stdcall compress_c5___rspk_ar(char * Input_amanda_file, char * OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z__, char *temp_path_z__);
350 int __stdcall uncompress_c5___rspk_ar(char * Inputfile_arp, char * OutPutFile_arp, int n_threads_z__ /* number of threads to use */, char *temp_path_z_S2__, int * cores_used_z__);
351 int __stdcall get_progress_c5___ar(void);
352 int __stdcall pause_c5___aakp_c5___ar(void);
353 int __stdcall resume_c5___aakp_c5___ar(void);
354 int __stdcall cancel_c5___aakp_c5___ar(void);
355
357
359
361
363
365
367
368 return;
369}
int __stdcall Resume__lzma()
undocumented because not in use at this moment
Definition ar_main.c:462
int __stdcall uncompress_lzma_aakp_rspk(char *valquiria_input__file_utf_8, char *juliete___output_file_utf_8)
Function to uncompress a standard lzma compressed file.
Definition ar_main.c:334
int __stdcall Pause__lzma()
Definition ar_main.c:470
int __stdcall Cancel__lzma()
Definition ar_main.c:477
int __stdcall Progress__lzma()
Definition ar_main.c:501
int __stdcall compress_lzma_aakp_rspk(char *valquiria_input__file_utf_8, char *juliete___output_file_utf_8, int junior_compression_level___)
function to compress in the standard lzma format
Definition ar_main.c:297
void __fastcall dllinit_arp(void)
Definition compression_support_ar.c:43
int threads_z
Definition create_zen_ar.c:269
#define __attribute__(unused_ric_since_2004)
Definition main_cr.c:84
int(__stdcall * resume_l3___aakp_l3___ar)(void)
Definition tar_1_33.c:2343
ResumeExecution_gzip_ar ResumeExecution_gzip_ar_func
Definition tar_1_33.c:2152
int(__stdcall * uncompress_l3___rspk_ar)(char *Inputfile, char *OutPutFile, int n_threads_z, char *temp_path_z, int *cores_used_z)
Definition tar_1_33.c:2337
uncompress_br___rspk_ar uncompress_br___rspk_ar_func
Definition tar_1_33.c:2292
int(__stdcall * resume_zs___aakp_zs___ar)(void)
Definition tar_1_33.c:2282
pause_g2___aakp_g2___ar pause_g2___aakp_g2___ar_func
Definition tar_1_33.c:2311
uncompress_l3___rspk_ar uncompress_l3___rspk_ar_func
Definition tar_1_33.c:2338
int(__stdcall * get_progress_g2___ar)(void)
Definition tar_1_33.c:2308
resume_g2___aakp_g2___ar resume_g2___aakp_g2___ar_func
Definition tar_1_33.c:2313
resume_zs___aakp_zs___ar resume_zs___aakp_zs___ar_func
Definition tar_1_33.c:2283
resume_lzma_aakp_lzma_ar resume_lzma_aakp_lzma_ar_func
Definition tar_1_33.c:2205
pause_b3___aakp_b3___ar pause_b3___aakp_b3___ar_func
Definition tar_1_33.c:2326
int(__stdcall * get_progress_l3___ar)(void)
Definition tar_1_33.c:2339
CancelExecution_gzip_ar CancelExecution_gzip_ar_func
Definition tar_1_33.c:2154
GetProgress_bzip2_ar GetProgress_bzip2_ar_func
Definition tar_1_33.c:2167
int(__stdcall * cancel_l3___aakp_l3___ar)(void)
Definition tar_1_33.c:2345
cancel_xz___aakp_xz___ar cancel_xz___aakp_xz___ar_func
Definition tar_1_33.c:2223
int(__stdcall * uncompress_co___rspk_ar)(char *Inputfile, char *OutPutFile)
Definition tar_1_33.c:2231
int(__stdcall * cancel_g2___aakp_g2___ar)(void)
Definition tar_1_33.c:2314
int(__stdcall * uncompress_l5___rspk_ar)(char *Inputfile, char *OutPutFile, int n_threads_z, char *temp_path_z, int *cores_used_z)
Definition tar_1_33.c:2352
uncompress_l5___rspk_ar uncompress_l5___rspk_ar_func
Definition tar_1_33.c:2353
compress_zs___rspk_ar compress_zs___rspk_ar_func
Definition tar_1_33.c:2275
int(__stdcall * pause_co___aakp_co___ar)(void)
Definition tar_1_33.c:2235
int(__stdcall * compress_g2___rspk_ar)(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z, char *temp_path_z)
Definition tar_1_33.c:2304
int(__stdcall * pause_bb___aakp_bb___ar)(void)
Definition tar_1_33.c:2371
uncompress_lzma_rspk_ar uncompress_lzma_rspk_ar_func
Definition tar_1_33.c:2199
get_progress_g2___ar get_progress_g2___ar_func
Definition tar_1_33.c:2309
int(__stdcall * resume_br___aakp_br___ar)(void)
Definition tar_1_33.c:2297
int(__stdcall * uncompress_b3___rspk_ar)(char *Inputfile, char *OutPutFile, int n_threads_z, char *temp_path_z, int *cores_used_z)
Definition tar_1_33.c:2321
int(__stdcall * cancel_c5___aakp_c5___ar)(void)
Definition tar_1_33.c:2391
get_progress_xz___ar get_progress_xz___ar_func
Definition tar_1_33.c:2217
pause_br___aakp_br___ar pause_br___aakp_br___ar_func
Definition tar_1_33.c:2296
get_progress_bb___ar get_progress_bb___ar_func
Definition tar_1_33.c:2370
int(__stdcall * compress_c5___rspk_ar)(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z, char *temp_path_z)
Definition tar_1_33.c:2381
cancel_g2___aakp_g2___ar cancel_g2___aakp_g2___ar_func
Definition tar_1_33.c:2315
uncompress_g2___rspk_ar uncompress_g2___rspk_ar_func
Definition tar_1_33.c:2307
get_progress_br___ar get_progress_br___ar_func
Definition tar_1_33.c:2294
pause_zs___aakp_zs___ar pause_zs___aakp_zs___ar_func
Definition tar_1_33.c:2281
int(__stdcall * pause_g2___aakp_g2___ar)(void)
Definition tar_1_33.c:2310
uncompress_co___rspk_ar uncompress_co___rspk_ar_func
Definition tar_1_33.c:2232
get_progress_co___ar get_progress_co___ar_func
Definition tar_1_33.c:2234
int(__stdcall * get_progress_zs___ar)(void)
Definition tar_1_33.c:2278
cancel_c5___aakp_c5___ar cancel_c5___aakp_c5___ar_func
Definition tar_1_33.c:2392
int(__stdcall * uncompress_zs___rspk_ar)(char *Inputfile, char *OutPutFile)
Definition tar_1_33.c:2276
resume_b3___aakp_b3___ar resume_b3___aakp_b3___ar_func
Definition tar_1_33.c:2328
GetReturnValue_gzip_ar GetReturnValue_gzip_ar_func
Definition tar_1_33.c:2156
uncompress_c5___rspk_ar uncompress_c5___rspk_ar_func
Definition tar_1_33.c:2384
uncompress_xz___rspk_ar uncompress_xz___rspk_ar_func
Definition tar_1_33.c:2215
pause_co___aakp_co___ar pause_co___aakp_co___ar_func
Definition tar_1_33.c:2236
ResumeCompress_bzip2_ar ResumeCompress_bzip2_ar_func
Definition tar_1_33.c:2171
get_progress_lzma_ar get_progress_lzma_ar_func
Definition tar_1_33.c:2201
get_progress_l3___ar get_progress_l3___ar_func
Definition tar_1_33.c:2340
int(__stdcall * pause_c5___aakp_c5___ar)(void)
Definition tar_1_33.c:2387
int(__stdcall * get_progress_bb___ar)(void)
Definition tar_1_33.c:2369
int(__stdcall * get_progress_l5___ar)(void)
Definition tar_1_33.c:2354
cancel_lzma_aakp_lzma_ar cancel_lzma_aakp_lzma_ar_func
Definition tar_1_33.c:2207
compress_l3___rspk_ar compress_l3___rspk_ar_func
Definition tar_1_33.c:2336
cancel_l5___aakp_l5___ar cancel_l5___aakp_l5___ar_func
Definition tar_1_33.c:2361
int(__stdcall * resume_g2___aakp_g2___ar)(void)
Definition tar_1_33.c:2312
int(__stdcall * pause_br___aakp_br___ar)(void)
Definition tar_1_33.c:2295
GetFinished_gzip_ar GetFinished_gzip_ar_func
Definition tar_1_33.c:2146
get_progress_b3___ar get_progress_b3___ar_func
Definition tar_1_33.c:2324
CancelCompress_bzip2_ar CancelCompress_bzip2_ar_func
Definition tar_1_33.c:2173
int(__stdcall * compress_b3___rspk_ar)(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z, char *temp_path_z)
Definition tar_1_33.c:2319
cancel_br___aakp_br___ar cancel_br___aakp_br___ar_func
Definition tar_1_33.c:2300
Compress_gzip_ar Compress_gzip_ar_func
Definition tar_1_33.c:2144
pause_l3___aakp_l3___ar pause_l3___aakp_l3___ar_func
Definition tar_1_33.c:2342
int(__stdcall * cancel_zs___aakp_zs___ar)(void)
Definition tar_1_33.c:2284
get_progress_l5___ar get_progress_l5___ar_func
Definition tar_1_33.c:2355
pause_l5___aakp_l5___ar pause_l5___aakp_l5___ar_func
Definition tar_1_33.c:2357
resume_xz___aakp_xz___ar resume_xz___aakp_xz___ar_func
Definition tar_1_33.c:2221
int(__stdcall * get_progress_b3___ar)(void)
Definition tar_1_33.c:2323
compress_g2___rspk_ar compress_g2___rspk_ar_func
Definition tar_1_33.c:2305
pause_lzma_aakp_lzma_ar pause_lzma_aakp_lzma_ar_func
Definition tar_1_33.c:2203
cancel_bb___aakp_bb___ar cancel_bb___aakp_bb___ar_func
Definition tar_1_33.c:2376
resume_c5___aakp_c5___ar resume_c5___aakp_c5___ar_func
Definition tar_1_33.c:2390
int(__stdcall * uncompress_bb___rspk_ar)(char *Inputfile, char *OutPutFile, int n_threads_z, char *temp_path_z, int *cores_used_z)
Definition tar_1_33.c:2367
compress_xz___rspk_ar compress_xz___rspk_ar_func
Definition tar_1_33.c:2213
int(__stdcall * compress_br___rspk_ar)(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level)
Definition tar_1_33.c:2289
int(__stdcall * uncompress_c5___rspk_ar)(char *Inputfile, char *OutPutFile, int n_threads_z, char *temp_path_z, int *cores_used_z)
Definition tar_1_33.c:2383
int(__stdcall * uncompress_br___rspk_ar)(char *Inputfile, char *OutPutFile)
Definition tar_1_33.c:2291
uncompress_zs___rspk_ar uncompress_zs___rspk_ar_func
Definition tar_1_33.c:2277
int(__stdcall * pause_l3___aakp_l3___ar)(void)
Definition tar_1_33.c:2341
resume_br___aakp_br___ar resume_br___aakp_br___ar_func
Definition tar_1_33.c:2298
int(__stdcall * resume_b3___aakp_b3___ar)(void)
Definition tar_1_33.c:2327
resume_bb___aakp_bb___ar resume_bb___aakp_bb___ar_func
Definition tar_1_33.c:2374
int(__stdcall * resume_bb___aakp_bb___ar)(void)
Definition tar_1_33.c:2373
int(__stdcall * get_progress_br___ar)(void)
Definition tar_1_33.c:2293
pause_bb___aakp_bb___ar pause_bb___aakp_bb___ar_func
Definition tar_1_33.c:2372
cancel_zs___aakp_zs___ar cancel_zs___aakp_zs___ar_func
Definition tar_1_33.c:2285
int(__stdcall * pause_b3___aakp_b3___ar)(void)
Definition tar_1_33.c:2325
compress_l5___rspk_ar compress_l5___rspk_ar_func
Definition tar_1_33.c:2351
int(__stdcall * pause_l5___aakp_l5___ar)(void)
Definition tar_1_33.c:2356
compress_b3___rspk_ar compress_b3___rspk_ar_func
Definition tar_1_33.c:2320
int(__stdcall * resume_l5___aakp_l5___ar)(void)
Definition tar_1_33.c:2358
int(__stdcall * get_progress_co___ar)(void)
Definition tar_1_33.c:2233
GetReturnValue_bzip2_ar GetReturnValue_bzip2_ar_func
Definition tar_1_33.c:2177
int(__stdcall * cancel_co___aakp_co___ar)(void)
Definition tar_1_33.c:2239
int(__stdcall * cancel_bb___aakp_bb___ar)(void)
Definition tar_1_33.c:2375
cancel_co___aakp_co___ar cancel_co___aakp_co___ar_func
Definition tar_1_33.c:2240
int(__stdcall * cancel_l5___aakp_l5___ar)(void)
Definition tar_1_33.c:2360
int(__stdcall * resume_c5___aakp_c5___ar)(void)
Definition tar_1_33.c:2389
GetProgress_gzip_ar GetProgress_gzip_ar_func
Definition tar_1_33.c:2148
int(__stdcall * cancel_br___aakp_br___ar)(void)
Definition tar_1_33.c:2299
resume_co___aakp_co___ar resume_co___aakp_co___ar_func
Definition tar_1_33.c:2238
compress_c5___rspk_ar compress_c5___rspk_ar_func
Definition tar_1_33.c:2382
PauseExecution_gzip_ar PauseExecution_gzip_ar_func
Definition tar_1_33.c:2150
get_progress_c5___ar get_progress_c5___ar_func
Definition tar_1_33.c:2386
compress_bb___rspk_ar compress_bb___rspk_ar_func
Definition tar_1_33.c:2366
int(__stdcall * compress_zs___rspk_ar)(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int threads_z)
Definition tar_1_33.c:2274
resume_l3___aakp_l3___ar resume_l3___aakp_l3___ar_func
Definition tar_1_33.c:2344
int(__stdcall * uncompress_g2___rspk_ar)(char *Inputfile, char *OutPutFile, int n_threads_z, char *temp_path_z, int *cores_used_z)
Definition tar_1_33.c:2306
Uncompress_gzip_ar Uncompress_gzip_ar_func
Definition tar_1_33.c:2158
PauseCompress_bzip2_ar PauseCompress_bzip2_ar_func
Definition tar_1_33.c:2169
int(__stdcall * compress_l3___rspk_ar)(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z, char *temp_path_z)
Definition tar_1_33.c:2335
GetStatus_bzip2_ar GetStatus_bzip2_ar_func
Definition tar_1_33.c:2165
uncompress_bb___rspk_ar uncompress_bb___rspk_ar_func
Definition tar_1_33.c:2368
get_progress_zs___ar get_progress_zs___ar_func
Definition tar_1_33.c:2279
Compress_bzip2_ar Compress_bzip2_ar_func
Definition tar_1_33.c:2163
Decompress_bzip2_ar Decompress_bzip2_ar_func
Definition tar_1_33.c:2175
cancel_l3___aakp_l3___ar cancel_l3___aakp_l3___ar_func
Definition tar_1_33.c:2346
int(__stdcall * compress_l5___rspk_ar)(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z, char *temp_path_z)
Definition tar_1_33.c:2350
int(__stdcall * compress_bb___rspk_ar)(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level, int n_threads_z, char *temp_path_z)
Definition tar_1_33.c:2365
cancel_b3___aakp_b3___ar cancel_b3___aakp_b3___ar_func
Definition tar_1_33.c:2330
resume_l5___aakp_l5___ar resume_l5___aakp_l5___ar_func
Definition tar_1_33.c:2359
int(__stdcall * get_progress_c5___ar)(void)
Definition tar_1_33.c:2385
int(__stdcall * resume_co___aakp_co___ar)(void)
Definition tar_1_33.c:2237
compress_co___rspk_ar compress_co___rspk_ar_func
Definition tar_1_33.c:2230
pause_xz___aakp_xz___ar pause_xz___aakp_xz___ar_func
Definition tar_1_33.c:2219
pause_c5___aakp_c5___ar pause_c5___aakp_c5___ar_func
Definition tar_1_33.c:2388
compress_br___rspk_ar compress_br___rspk_ar_func
Definition tar_1_33.c:2290
int(__stdcall * compress_co___rspk_ar)(char *Input_amanda_file, char *OutPut_ricardo_File, int Compression_juliete_Level)
Definition tar_1_33.c:2229
int(__stdcall * pause_zs___aakp_zs___ar)(void)
Definition tar_1_33.c:2280
compress_lzma_rspk_ar compress_lzma_rspk_ar_func
Definition tar_1_33.c:2197
int(__stdcall * cancel_b3___aakp_b3___ar)(void)
Definition tar_1_33.c:2329
uncompress_b3___rspk_ar uncompress_b3___rspk_ar_func
Definition tar_1_33.c:2322
int __stdcall CancelCompress()
Definition bzip2dll.c:880
int __stdcall PauseCompress()
Definition bzip2dll.c:870
int __stdcall ResumeCompress()
Definition bzip2dll.c:875
int __stdcall GetStatus()
Definition bzip2dll.c:708
int __stdcall GetReturnValue_bzip2_xcx()
Definition bzip2dll.c:713
int __stdcall GetProgress_bzip2_xcx()
Definition bzip2dll.c:803
int __stdcall Compress_bzip2_xcx(char *Inputfile, char *OutPutFile, int CompressionLevel)
Definition bzip2dll.c:681
int __stdcall GetProgress()
Definition bzip2dll.c:921
int __stdcall Decompress(char *Inputfile, char *OutPutFile)
Definition bzip2dll.c:885
int __stdcall CompressGzip_utf8_k(char *Inputfile, char *OutPutFile, int CompressionLevel)
Definition dll.c:1178
void __stdcall ResumeExecution()
Definition dll.c:1049
int __stdcall UncompressGzip_utf8_k(char *Inputfile, char *OutPutFile)
Funtion to uncompress a standard gzip file.
Definition dll.c:1309
void __stdcall CancelExecution()
Definition dll.c:1053
int __stdcall GetReturnValue()
Definition dll.c:1229
void __stdcall PauseExecution()
Definition dll.c:1045
int __stdcall GetFinished()
Definition dll.c:1224
int __stdcall Resume_xz__9(void)
Definition dllxz.c:314
int __stdcall Uncompress_xz__9(char *infile__aakp, char *outfile_rspk)
Definition dllxz.c:285
int __stdcall Pause_xz__9(void)
Definition dllxz.c:308
int __stdcall Compress_xz__9(char *infile__aakp, char *outfile_rspk, int level_juliete, int threads_____z)
Definition dllxz.c:263
int __stdcall Progress_xz__9(void)
Definition dllxz.c:335
int __stdcall Cancel_xz__9(void)
Definition dllxz.c:320