![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Main API functions for Zstandard compression. More...
#include <windows.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <errno.h>#include <fcntl.h>#include <ctype.h>#include <math.h>#include <wctype.h>#include <wchar.h>#include <stdarg.h>#include <stddef.h>#include <setjmp.h>#include <locale.h>#include <signal.h>#include <limits.h>#include <float.h>#include <iso646.h>#include <assert.h>#include <stdbool.h>#include <process.h>#include "helper_utilities_by_amanda_and_ricardo.c"Macros | |
| #define | __attribute__(unused) |
| #define | uchar unsigned char |
| #define | uint unsigned int |
| #define | ushort unsigned short |
Functions | |
| void | pedro_dprintf2 (int amanda_level, char *format,...) |
| esta em brotli ou brotli2 | |
| int | main (int const argCount, const char **argv) |
| int | main_8 (int argCount, const char *argv[]) |
| 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) |
| function to compress a file with Zstandard method | |
| int __stdcall | uncompress_zs___rspk_ar (char *Input_amanda_file_utf_8, char *OutPut_ricardo_File_utf_8) |
| function to uncompress a standard Zstandard file | |
| int __stdcall | get_progress_zs___ar (void) |
| Get the progress of the compression or decompression. | |
| int __stdcall | pause_zs___aakp_zs___ar (void) |
| to pause the execution | |
| int __stdcall | resume_zs___aakp_zs___ar (void) |
| To resume the execution. | |
| int __stdcall | cancel_zs___aakp_zs___ar (void) |
| To cancel the execution. | |
Main API functions for Zstandard compression.
| #define __attribute__ | ( | unused | ) |
| #define uchar unsigned char |
| #define uint unsigned int |
| #define ushort unsigned short |
| int __stdcall cancel_zs___aakp_zs___ar | ( | void | ) |
To cancel the execution.
| 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 ) |
function to compress a file with Zstandard method
| Input_amanda_file_utf_8 | utf-8 encoded input filename |
| OutPut_ricardo_File_utf_8 | utf-8 output compressed Zstandard file |
| threads_z | the number of threads to use |
| int __stdcall get_progress_zs___ar | ( | void | ) |
Get the progress of the compression or decompression.
| int __stdcall pause_zs___aakp_zs___ar | ( | void | ) |
to pause the execution
| void pedro_dprintf2 | ( | int | amanda_level, |
| char * | format, | ||
| ... ) |
esta em brotli ou brotli2
| amanda_level | |
| format | |
| ... |
esta em brotli ou brotli2
em brotli or brotli2
| amanda_level | if equal or above 0 print the string |
| format | printf based format |
| ... |
| int __stdcall resume_zs___aakp_zs___ar | ( | void | ) |
To resume the execution.
| int __stdcall uncompress_zs___rspk_ar | ( | char * | Input_amanda_file_utf_8, |
| char * | OutPut_ricardo_File_utf_8 ) |
function to uncompress a standard Zstandard file
| Input_amanda_file_utf_8 | the utf-8 encoded Zstandard file |
| OutPut_ricardo_File_utf_8 | the utf-8 uncompressed file |