Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
gzip2_include.h
Go to the documentation of this file.
1
2#ifndef ARP_USE_ENHANCED_STDIO
3#define ARP_USE_ENHANCED_STDIO
4#endif
5
6#ifndef SHA512_DIGEST_LENGTH
7#define SHA512_DIGEST_LENGTH 64
8#endif
9
10typedef struct _ar_data
11{
12 char string[4];
13 unsigned char sha512_k[SHA512_DIGEST_LENGTH];
14 int attrib;
16
17typedef struct my_thread_struct_z__
18{
19
20 int thread_id_z;
21
22#ifdef ARP_USE_ENHANCED_STDIO
23 FILE *dest;
24#else
25 FILE *dest;
26#endif
27 FILE *input_file;
28 int64_t offset_z;
30 __int64 bytesread;
31 __int64 bytestosave;
32 __int64 totalbytes;
33 int done;
34 int flush;
35 int last;
36 int level;
37 int ret;
38 int ret2;
39 int retvalue;
40 int writebytes;
41 ar_data ar;
42 char *buffer;
43 char *out;
45 char *sha51_ptr;
46 char *temp_output;
47
48 int64_t *bytes_read_z;
50 bool dest_is_FILE_z;
54
56
57#define __valquiriacall __fastcall
58
59//#define MAX_MEMORY_SIZE_Z (16 * 1024 * 1024) /* to never change !!!*/
#define SHA512_DIGEST_LENGTH
Definition bzip3.c:41
struct _ar_data ar_data
struct my_thread_struct_z__ my_thread_struct_z
Definition stdio_v3.h:12
int attrib
Definition stdio_v3.h:15
unsigned char sha512_k[SHA512_DIGEST_LENGTH]
Definition zlib.c:105
Definition stdio_v3.h:23
int * intpause
Definition gzip2_include.h:51
int64_t offset_z
Definition stdio_v3.h:44
__int64 bytestosave
Definition bzip3_structs_z.h:34
__int64 totalbytes
Definition bzip3_structs_z.h:35
int64_t size_of_input_file_copy_z
Definition stdio_v3.h:46
int done
Definition bzip3_structs_z.h:36
char * out
Definition bzip3_structs_z.h:48
int retvalue
Definition stdio_v3.h:39
int ret
Definition stdio_v3.h:38
ar_data ar
Definition stdio_v3.h:31
int last
Definition gzip2_include.h:35
int64_t * bytes_read_z
Definition stdio_v3.h:43
z_stream strm
Definition gzip2_include.h:44
bool dest_is_FILE_z
Definition stdio_v3.h:32
__int64 bytesread
Definition bzip3_structs_z.h:33
int ret2
Definition bzip3_structs_z.h:43
int writebytes
Definition bzip3_structs_z.h:45
char * sha51_ptr
Definition bzip3_structs_z.h:50
int * intcancel
Definition gzip2_include.h:52
char * buffer
Definition bzip3_structs_z.h:47
FILE * dest
Definition stdio_v3.h:26
int thread_id_z
Definition stdio_v3.h:40
int level
Definition stdio_v3.h:37
int flush
Definition gzip2_include.h:34
int internal_error_arp
Definition stdio_v3.h:36
FILE * input_file
Definition stdio_v3.h:35
int64_t size_of_input_file_z
Definition stdio_v3.h:47
char * temp_output
Definition bzip3_structs_z.h:51
Definition zlib.h:86