Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
lz4_frame_arp.ori.c File Reference
#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 "helper_utilities_by_amanda_and_ricardo.c"
#include <lz4frame.h>

Data Structures

struct  compressResult_t
 

Macros

#define IN_CHUNK_SIZE   (16*1024)
 

Functions

int compareFiles (FILE *fp0, FILE *fp1)
 
int main (int argc, const char **argv)
 
int __stdcall compress_l4___rspk_ar (char *Input_amanda_file_utf_8, char *OutPut_ricardo_File_utf_8, int Compression_juliete_Level_unused___)
 
int __stdcall uncompress_l4___rspk_ar (char *Input_amanda_file_utf_8, char *OutPut_ricardo_File_utf_8)
 
int __stdcall get_progress_l4___ar (void)
 
int __stdcall pause_l4___aakp_l4___ar (void)
 
int __stdcall resume_l4___aakp_l4___ar (void)
 
int __stdcall cancel_l4___aakp_l4___ar (void)
 

Macro Definition Documentation

◆ IN_CHUNK_SIZE

#define IN_CHUNK_SIZE   (16*1024)

Function Documentation

◆ cancel_l4___aakp_l4___ar()

int __stdcall cancel_l4___aakp_l4___ar ( void )

◆ compareFiles()

int compareFiles ( FILE * fp0,
FILE * fp1 )

◆ compress_l4___rspk_ar()

int __stdcall compress_l4___rspk_ar ( char * Input_amanda_file_utf_8,
char * OutPut_ricardo_File_utf_8,
int Compression_juliete_Level_unused___ )

◆ get_progress_l4___ar()

int __stdcall get_progress_l4___ar ( void )

◆ main()

int main ( int argc,
const char ** argv )

◆ pause_l4___aakp_l4___ar()

int __stdcall pause_l4___aakp_l4___ar ( void )

◆ resume_l4___aakp_l4___ar()

int __stdcall resume_l4___aakp_l4___ar ( void )

◆ uncompress_l4___rspk_ar()

int __stdcall uncompress_l4___rspk_ar ( char * Input_amanda_file_utf_8,
char * OutPut_ricardo_File_utf_8 )