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

Go to the source code of this file.

Functions

static LZW_ENTRYfind_match (unsigned short prefix, unsigned char value)
 
FBCALL int fb_hEncode (const unsigned char *in_buffer, ssize_t in_size, unsigned char *out_buffer, ssize_t *out_size)
 

Function Documentation

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

Definition at line 24 of file gfx_lzw_enc.c.

Here is the call graph for this function:

static LZW_ENTRY* find_match ( unsigned short  prefix,
unsigned char  value 
)
static

Definition at line 8 of file gfx_lzw_enc.c.

Here is the caller graph for this function: