FreeBASIC  0.91.0
gfx_lzw.c File Reference
#include "fb_gfx.h"
#include "fb_gfx_lzw.h"
Include dependency graph for gfx_lzw.c:

Go to the source code of this file.

Functions

static unsigned char * decode_string (unsigned char *buffer, int code)
 
FBCALL int fb_hDecode (const unsigned char *in_buffer, ssize_t in_size, unsigned char *out_buffer, ssize_t *out_size)
 

Variables

LZW_ENTRY fb_lzw_entry [TABLE_SIZE]
 

Function Documentation

static unsigned char* decode_string ( unsigned char *  buffer,
int  code 
)
static

Definition at line 10 of file gfx_lzw.c.

Here is the caller graph for this function:

FBCALL int fb_hDecode ( const unsigned char *  in_buffer,
ssize_t  in_size,
unsigned char *  out_buffer,
ssize_t *  out_size 
)

Definition at line 25 of file gfx_lzw.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

LZW_ENTRY fb_lzw_entry[TABLE_SIZE]

Definition at line 8 of file gfx_lzw.c.