Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
stdio_v3.h File Reference

Go to the source code of this file.

Data Structures

struct  _ar_data
 
struct  my_thread_struct_z__
 
struct  compressResult_t
 

Macros

#define ARP_USE_ENHANCED_STDIO
 
#define __valquiriacall   __fastcall
 

Typedefs

typedef struct _ar_data ar_data
 
typedef struct my_thread_struct_z__ my_thread_struct_z
 

Enumerations

enum  process_mode { Z_MODE_IS_COMPRESSION = 1001 , Z_MODE_IN_DECOMPRESSION = 1002 }
 

Functions

compressResult_t compress_file_c_02 (FILE *f_in, FILE *f_out, my_thread_struct_z *amanda)
 
int decompress_file_c_01 (FILE *f_in, FILE *f_out, my_thread_struct_z *amanda)
 
void pedro_dprintf (int amanda_level, char *format,...)
 

Macro Definition Documentation

◆ __valquiriacall

#define __valquiriacall   __fastcall

◆ ARP_USE_ENHANCED_STDIO

#define ARP_USE_ENHANCED_STDIO

Typedef Documentation

◆ ar_data

typedef struct _ar_data ar_data

◆ my_thread_struct_z

Enumeration Type Documentation

◆ process_mode

Enumerator
Z_MODE_IS_COMPRESSION 
Z_MODE_IN_DECOMPRESSION 

Function Documentation

◆ compress_file_c_02()

compressResult_t compress_file_c_02 ( FILE * f_in,
FILE * f_out,
my_thread_struct_z * amanda )

◆ decompress_file_c_01()

int decompress_file_c_01 ( FILE * f_in,
FILE * f_out,
my_thread_struct_z * amanda )

◆ pedro_dprintf()

void pedro_dprintf ( int amanda_level,
char * format,
... )