Defines | Functions | Variables
flate.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include "flate.h"
#include "lzw.h"
Include dependency graph for flate.c:

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

#define OUTSIZE   1000

Definition at line 42 of file flate.c.


Function Documentation

int a85_xship ( FILE *  f,
int  filter,
char *  s,
int  len 
)

Definition at line 278 of file flate.c.

static int a85finish ( FILE *  f) [static]

Definition at line 318 of file flate.c.

static int a85init ( FILE *  f) [static]

Definition at line 312 of file flate.c.

static int a85out ( FILE *  f,
int  n 
) [static]

Definition at line 344 of file flate.c.

static int a85spool ( FILE *  f,
char  c 
) [static]

Definition at line 370 of file flate.c.

static int a85write ( FILE *  f,
char *  buf,
int  n 
) [static]

Definition at line 328 of file flate.c.

int dummy_xship ( FILE *  f,
int  filter,
char *  s,
int  len 
)

Definition at line 53 of file flate.c.

int flate_xship ( FILE *  f,
int  filter,
char *  s,
int  len 
)

Definition at line 196 of file flate.c.

int lzw_xship ( FILE *  f,
int  filter,
char *  str,
int  len 
)

Definition at line 207 of file flate.c.

int pdf_xship ( FILE *  f,
int  filter,
char *  s,
int  len 
)

Definition at line 192 of file flate.c.


Variable Documentation

unsigned long a85buf[4] [static]

Definition at line 308 of file flate.c.

int a85col [static]

Definition at line 310 of file flate.c.

int a85n [static]

Definition at line 309 of file flate.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


portrait_painter
Author(s): Niklas Meinzer, Ina Baumgarten
autogenerated on Wed Dec 26 2012 16:00:43