#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include "flate.h"
#include "lzw.h"
Go to the source code of this file.
Defines |
#define | OUTSIZE 1000 |
Functions |
int | a85_xship (FILE *f, int filter, char *s, int len) |
static int | a85finish (FILE *f) |
static int | a85init (FILE *f) |
static int | a85out (FILE *f, int n) |
static int | a85spool (FILE *f, char c) |
static int | a85write (FILE *f, char *buf, int n) |
int | dummy_xship (FILE *f, int filter, char *s, int len) |
int | flate_xship (FILE *f, int filter, char *s, int len) |
int | lzw_xship (FILE *f, int filter, char *str, int len) |
int | pdf_xship (FILE *f, int filter, char *s, int len) |
Variables |
static unsigned long | a85buf [4] |
static int | a85col |
static int | a85n |
Define Documentation
Function Documentation
int a85_xship |
( |
FILE * |
f, |
|
|
int |
filter, |
|
|
char * |
s, |
|
|
int |
len |
|
) |
| |
static int a85init |
( |
FILE * |
f | ) |
[static] |
static int a85out |
( |
FILE * |
f, |
|
|
int |
n |
|
) |
| [static] |
static int a85spool |
( |
FILE * |
f, |
|
|
char |
c |
|
) |
| [static] |
static int a85write |
( |
FILE * |
f, |
|
|
char * |
buf, |
|
|
int |
n |
|
) |
| [static] |
int dummy_xship |
( |
FILE * |
f, |
|
|
int |
filter, |
|
|
char * |
s, |
|
|
int |
len |
|
) |
| |
int flate_xship |
( |
FILE * |
f, |
|
|
int |
filter, |
|
|
char * |
s, |
|
|
int |
len |
|
) |
| |
int lzw_xship |
( |
FILE * |
f, |
|
|
int |
filter, |
|
|
char * |
str, |
|
|
int |
len |
|
) |
| |
int pdf_xship |
( |
FILE * |
f, |
|
|
int |
filter, |
|
|
char * |
s, |
|
|
int |
len |
|
) |
| |
Variable Documentation
unsigned long a85buf[4] [static] |