![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <windows.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 "minilzo.h"Macros | |
| #define | IN_LEN (128*1024ul) |
| #define | OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3) |
| #define | HEAP_ALLOC(var, size) |
Functions | |
| int | calc_out_size (int input) |
| int | main2 (int argc, char *argv[]) |
| int | lzo_decompress (char *buffer, int len, char *outbuf, lzo_uint *outlen, bz_stream *strm) |
| int | lzo_compress (char *bufin, int bufinlen, char *outbuf, lzo_uint *outbuflen, bz_stream *strm) |
| int | main (int argc, char **argv) |
| #define HEAP_ALLOC | ( | var, | |
| size ) |
| #define IN_LEN (128*1024ul) |
| int lzo_compress | ( | char * | bufin, |
| int | bufinlen, | ||
| char * | outbuf, | ||
| lzo_uint * | outbuflen, | ||
| bz_stream * | strm ) |